Skip to content

Commit 33aabc6

Browse files
authored
fix typo (#156)
1 parent c2d1dd3 commit 33aabc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generics/where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
约束也可以使用 `where` 分句来表达,它放在 `{` 的前面,而不需写在类型第一次出现
44
之前。另外 `where` 从句可以用于任意类型的限定,而不局限于类型参数本身。
55

6-
`where` 在下面一些情况下有很用
6+
`where` 在下面一些情况下很有用
77

88
* 当分别指定泛型的类型和约束会更清晰时:
99

0 commit comments

Comments
 (0)