Skip to content

Commit 1b48e13

Browse files
committed
docs: fix text decoration
1 parent 340e28e commit 1b48e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ alpha_numeric_punct No Fails if field contains anything other than
830830
alphanumeric, space, or this limited set of
831831
punctuation characters: ``~`` (tilde),
832832
``!`` (exclamation), ``#`` (number),
833-
``$`` (dollar), ``% (percent), & (ampersand),
833+
``$`` (dollar), ``%`` (percent),
834+
``&`` (ampersand),
834835
``*`` (asterisk), ``-`` (dash),
835836
``_`` (underscore), ``+`` (plus),
836837
``=`` (equals), ``|`` (vertical bar),

0 commit comments

Comments
 (0)