Skip to content

Commit 3a0f39f

Browse files
authored
Merge pull request #5920 from dlang/JackStouffer-patch-1
[Trivial] Fix Link and Grammar in Ternary Changelog merged-on-behalf-of: Sebastian Wilzbach <[email protected]>
2 parents 2932091 + 01c5777 commit 3a0f39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelog/std-typecons-ternary-opBinary.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
`std.typecons.Ternary.opBinary` supports `bool` operands
1+
`std.typecons.Ternary.opBinary` supports `bool` bitwise operands
22

3-
Now `std.range.Ternary` can be used in bitwise operations with `bool`
3+
Now $(REF Ternary, std, typecons) can be used in bitwise operations with `bool`s:
44

55
-----
66
import std.typecons : Ternary;

0 commit comments

Comments
 (0)