Skip to content

Commit afd06ae

Browse files
Merge pull request microsoft#55 from Gillespie59/patch-1
Missing 'we' word in the 'Generics' doc
2 parents 5f0fe06 + debfd7c commit afd06ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function identity<T>(arg: T): T {
7979
}
8080
```
8181

82-
What if want to also log the length of the argument `arg` to the console with each call.
82+
What if we want to also log the length of the argument `arg` to the console with each call.
8383
We might be tempted to write this:
8484

8585
```TypeScript

0 commit comments

Comments
 (0)