Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Co-authored-by: samueleperricone <[email protected]>
  • Loading branch information
DrAma999 and samueleperricone authored Feb 6, 2022
1 parent 9290afe commit 99dd83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BitWiserTests/DSLTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class DSLTests: XCTestCase {
let bytes = value.bytes
let dataFromValue = Data(bytes: bytes)

// Must use UInt8 to define the lenght
// Must use UInt8 to define the length
let dslData = Data {
Byte(0b1010_1010)
Byte(0b1100_1100)
Expand Down

0 comments on commit 99dd83a

Please sign in to comment.