Skip to content

Commit 8adb4a3

Browse files
richard-vineylpil
authored andcommitted
Fix typo
1 parent 406eb38 commit 8adb4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gleam/bit_array_test.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub fn slice_test() {
191191
// This test is target specific since it's using non byte-aligned BitArrays
192192
// and those are not supported on the JavaScript target.
193193
@target(erlang)
194-
pub fn slice_erlang_onyl_test() {
194+
pub fn slice_erlang_only_test() {
195195
<<0, 1, 2:7>>
196196
|> bit_array.slice(0, 3)
197197
|> should.equal(Error(Nil))

0 commit comments

Comments
 (0)