Skip to content

Commit

Permalink
docs: fix a typo in no-non-null-asserted-nullish-coalescing.md (#3994)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Oct 14, 2021
1 parent 0ae445a commit 41d6cac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ foo!.bazz ?? bar;
foo!.bazz ?? bar!;
foo() ?? bar;

// This is considered correct code because because there's no way for the user to satisfy it.
// This is considered correct code because there's no way for the user to satisfy it.
let x: string;
x! ?? '';
```
Expand Down

0 comments on commit 41d6cac

Please sign in to comment.