Skip to content

Commit 236cb7d

Browse files
authoredJun 28, 2018
Fixed markup in README.md
1 parent 74a2cad commit 236cb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ And now in order (operators are bold, substitutions are italic):
6363
- *Validator name* - name of validator (see next section);
6464
- **<=**, **:=** or **=** - default value assignment operator. In variation **<=** assigns a value when declaring a property. In variation **:=** assigns a value when the constructor is called without checking the type and calling validators. In variation **=** assigns a value when calling a constructor with type checking and calling validators;
6565
- **`** or **```** - see *Default value*;
66-
- *Default value* - the default value of the field. It can be surrounded by **`** or **```** operators when contains a semicolon (`;`) (except when a variation of the default value assignment operator **<=** is used). There is no difference in the use of **`** or **```** if the default value is not contains a reverse apostrophe (```), in which case you must use the **```** operator.
66+
- *Default value* - the default value of the field. It can be surrounded by **\`** or **\`\`\`** operators when contains a semicolon (`;`) (except when a variation of the default value assignment operator **<=** is used). There is no difference in the use of **\`** or **\`\`\`** if the default value is not contains a reverse apostrophe (\`), in which case you must use the **\`\`\`** operator.
6767

6868
### Validators
6969

0 commit comments

Comments
 (0)