Skip to content

Commit 6b2eb9b

Browse files
authored
Merge pull request #6108 from aG0aep6G/patch-1
fix link by deleting backticks from inside REF merged-on-behalf-of: Jonathan M Davis <[email protected]>
2 parents b959f6b + 3f82110 commit 6b2eb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/std-traits-issomestring.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ code that works with strings does not necessarily work with enums whose base
77
type is a string, making it easy to write code where an enum would pass the
88
template constraint and then the template would fail to compile. For instance,
99
enums of base type string are `false` for
10-
$(REF `isInputRange`, std, range, primitives). As such, it really doesn't make
10+
$(REF isInputRange, std, range, primitives). As such, it really doesn't make
1111
sense for $(REF isSomeString, std, traits) and
1212
$(REF isNarrowString, std, traits) to be `true` for enums.
1313

0 commit comments

Comments
 (0)