Skip to content

Commit b5f9afc

Browse files
committed
Added changelog
1 parent 3ea888b commit b5f9afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ mod testing {
121121
from io import getchar;
122122

123123
// Use it in a function
124-
fun get_two(): (Char, Char) { (getchar(), getchar()) }
124+
fun get_two(): (Char, Char) { (getchar(), getchar()) }
125125
}
126126

127127
// Get two chars and print them

0 commit comments

Comments
 (0)