Update 3.12.8.md

Fix typo

(cherry picked from commit d1ee7d8aa5)
This commit is contained in:
Johan Rhodin 2023-10-31 11:33:22 -05:00 committed by Michael Klishin
parent b39dfe837b
commit 8887b7d8ba
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Enhancements
* `raft.segment_max_entries` is now validated to prevent the value from overflowing its 16-bit segment file field.
Maximum supported value is now ``65535.
Maximum supported value is now `65535`.
GitHub issue: [#9733](https://github.com/rabbitmq/rabbitmq-server/issues/9733)