Skip to content

Commit 9054dc4

Browse files
authored
Update README.md
1 parent e178c3d commit 9054dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BitwiseRotate
22

3-
A swift package providing a bitwise rotation operators for `FixedWidthInteger` written in a sepcific way to [compile](https://www.godbolt.org/z/4Ggohy) to `ror` and `rol` on x86.
3+
A swift package providing bitwise rotation operators for `FixedWidthInteger` written in a sepcific way to [compile](https://www.godbolt.org/z/4Ggohy) to `ror` and `rol` on x86.
44

55
# Setup
66

0 commit comments

Comments
 (0)