Skip to content

Commit 18fb8d6

Browse files
committed
Fix bad "<" sequence inside code block
1 parent 14e2e88 commit 18fb8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Writerside/topics/language/generic-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a declaration.
2222
If the PHP language supported generic types, then the declaration
2323
(in pseudo-language) of the type:
2424

25-
* `interface Traversable<node of array-key, TValue of mixed>` would contain
25+
* `interface Traversable<node of array-key, TValue of mixed>` would contain
2626
**parameters**
2727

2828
and the reference to the type:

0 commit comments

Comments
 (0)