Skip to content

Commit a7194f2

Browse files
fix special char
1 parent f28b360 commit a7194f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/UML/classes/org.openehr.am.aom2.c_string.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h|*0..1 +
2020
|*constraint*: `link:/releases/BASE/{base_release}/foundation_types.html#_list_class[List^]<link:/releases/BASE/{base_release}/foundation_types.html#_string_class[String^]>`
2121
a|String constraint - a list of literal strings and / or regular expression strings delimited by the ‘/’ character.
2222

23-
To represent no constraint, use an empty list, or alternatively, a regex 'any' pattern, i.e. `/.*/`.
23+
To represent no constraint, use an empty list, or alternatively, a regex 'any' pattern, i.e. `/.&#42;/`.
2424

2525
h|*0..1 +
2626
(effected)*

0 commit comments

Comments
 (0)