Skip to content

Commit fdaffa8

Browse files
Fix monospace markup in parameters list of String != reference (#869)
A missing closing backtick caused the content to be incorrectly rendered.
1 parent fee4321 commit fdaffa8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Language/Variables/Data Types/String/Operators/differentFrom.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ subCategories: [ "StringObject Operator" ]
77

88

99

10-
11-
1210
= != Different From
1311

1412

@@ -30,7 +28,7 @@ Compares two Strings for difference. The comparison is case-sensitive, meaning t
3028

3129
[float]
3230
=== Parameters
33-
`myString1: a String variable. +
31+
`myString1`: a String variable. +
3432
`myString2`: a String variable.
3533

3634

0 commit comments

Comments
 (0)