Skip to content

Commit 3f82110

Browse files
authored
fix link by deleting backticks from inside REF
1 parent b959f6b commit 3f82110

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)