Commit fc3a743
committed
Fix slice types syntax in syntax index
On the branch, in the syntax index, we had notated a slice type so as
to include a type and then ellipses, but it's more correct for a slice
type to just have a type in the square brackets, so let's do that.1 parent f5b74cf commit fc3a743
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments