Skip to content

Commit

Permalink
feat: Update core code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Feb 23, 2024
1 parent cef1cbb commit b4029ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/decoder/Decoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Decoder {
this.#decode = decode;
}

decode(matrix: BitMatrix): Decoded {
public decode(matrix: BitMatrix): Decoded {
let corrected = 0;
let mirror = false;
let version: Version;
Expand Down

0 comments on commit b4029ee

Please sign in to comment.