Skip to content

Commit 0189914

Browse files
committed
be strict about the type of bracket
1 parent 00197ea commit 0189914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/pod.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ are values of type String, Int, Number, or Boolean.
7070
7171
Strings are delimited by single or double quotes. Whitespace is not significant
7272
outside of strings. Hash keys need not be quote-delimited unless they contain
73-
significant whitespace. Strings entered inside angle brackets become lists when
74-
whitespace is used inside the brackets.
73+
significant whitespace. Strings entered inside angle brackets become lists if
74+
any whitespace is used inside the angle brackets.
7575
7676
All option keys and values must, of course, be constants since Pod is a
7777
specification language, not a programming language. Specifically, option

0 commit comments

Comments
 (0)