Skip to content

Commit

Permalink
PR review update
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j committed Jan 3, 2024
1 parent cc317bc commit a6629e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ These functions are used to manipulate strings or to create a string representat

1.2+| xref::functions/string.adoc#functions-normalize[`normalize()`]
| `normalize(input :: STRING) :: STRING`
| Returns the given `STRING` normalized using the normal form 'NFC'.
| Returns the given `STRING` normalized using the normal form `NFC`.
| `normalize(input :: STRING, normalForm = NFC :: [NFC, NFD, NFKC, NFKD]) :: STRING`
| Returns the given `STRING` normalized according to the specified normalization form.

Expand Down

0 comments on commit a6629e4

Please sign in to comment.