We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f0fe06 + debfd7c commit afd06aeCopy full SHA for afd06ae
pages/Generics.md
@@ -79,7 +79,7 @@ function identity<T>(arg: T): T {
79
}
80
```
81
82
-What if want to also log the length of the argument `arg` to the console with each call.
+What if we want to also log the length of the argument `arg` to the console with each call.
83
We might be tempted to write this:
84
85
```TypeScript
0 commit comments