Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed May 17, 2023
1 parent 000b85e commit 147b828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public interface ApiDoc {
String KEY_PREFIX_PARAMETER_DESCRIPTION =
"The content key prefix to retrieve (inclusive). "
+ "A content key matches a given prefix, a content key's elements starts with all elements of the prefix-key. "
+ "It is not restricted to key-element boundaries.\n\n"
+ "Key prefixes exactly match key-element boundaries.\n\n"
+ "Must not be combined with min/max-key parameters.\n\n"
+ KEY_ELEMENTS_DESCRIPTION;

Expand Down

0 comments on commit 147b828

Please sign in to comment.