Skip to content

Commit 85c9490

Browse files
committed
chore(directives): Correct typo in comment for directivesSeq2 function
1 parent aa1c223 commit 85c9490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/directives.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (s RawCSVSeq) Value() (seq iter.Seq[string], valid bool) {
138138
// cache directives (as specified in 9111, §5.2.1 and 5.2.2). The
139139
// iterator yields the key (token) and value (argument) of each directive.
140140
//
141-
// It guarentees that the key is always non-empty, and if a value is not
141+
// It guarantees that the key is always non-empty, and if a value is not
142142
// present, it yields an empty string as the value.
143143
func directivesSeq2(s string) iter.Seq2[string, string] {
144144
return func(yield func(string, string) bool) {

0 commit comments

Comments
 (0)