Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Dec 23, 2024
1 parent 2c5dd0d commit db51f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expect/_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export interface Expected<IsAsync = false> {

/**
* Asserts that a given numerical value is approximately equal to an
* expected number within a within a certain margin of error
* expected number within a certain margin of error
* (tolerance). Useful when comparing floating-point numbers, which
* may be represented internally with precision errors.
*
Expand Down

0 comments on commit db51f96

Please sign in to comment.