From d145429e4145e52dd9c160b9b8d3420dbbadb956 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Tue, 21 Nov 2023 11:37:07 +0000 Subject: [PATCH] Improve RingbufferStore documentation (#897) - Reword the configuration heading to match that of `List`, `Set`, `Multimap` etc - Fix formatting of property reference (cherry picked from commit 5e86cacca174e3405d7225009a207ecab48c581a) --- docs/modules/data-structures/pages/ringbuffer.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/data-structures/pages/ringbuffer.adoc b/docs/modules/data-structures/pages/ringbuffer.adoc index 8052ee0e2..562f14215 100644 --- a/docs/modules/data-structures/pages/ringbuffer.adoc +++ b/docs/modules/data-structures/pages/ringbuffer.adoc @@ -295,9 +295,9 @@ hazelcast: ---- ==== -The following are the explanations for the Ringbuffer store configuration elements: +The following are the configuration elements and their descriptions: -* `class-name: Name of the Ringbuffer store factory class. +* `class-name`: Name of the Ringbuffer store factory class. [[configuring-ringbuffer-in-memory-format]] == Configuring Ringbuffer In-Memory Format