Skip to content

Commit 1a905aa

Browse files
Fix typo
Co-authored-by: Jiří Beneš <[email protected]>
1 parent fedae8e commit 1a905aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/common/binstream.effekt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def signedBytesBE(int: Int): Unit / emit[Byte] = signedBytesBE(int, 4)
100100
// Splicers
101101
// --------
102102

103-
/// Splicer to emit the bytes in hex notation given, plus evenutal splices
103+
/// Splicer to emit the bytes in hex notation given, plus eventual splices
104104
/// Ignores whitespace
105105
def hex{ body: => Unit / { literal, HexSplices } }: Unit / emit[Byte] = {
106106
try {

0 commit comments

Comments
 (0)