Skip to content

Commit

Permalink
rename method in note
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorM867 committed Nov 25, 2024
1 parent ae2bf84 commit acac955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/equals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { AssertionError } from "./assertion_error.ts";
* same type.
*
* Note: When comparing `Blob` objects, you should first convert them to
* `Uint8Array` using the `Blob.arrayBuffer()` method and then compare their
* `Uint8Array` using the `Blob.bytes()` method and then compare their
* contents.
*
* @example Usage
Expand Down

0 comments on commit acac955

Please sign in to comment.