Skip to content

Commit 5de3381

Browse files
committed
fixed comment
1 parent b02f648 commit 5de3381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/github/windymelt/qw/Syntax.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package io.github.windymelt.qw
33
/** Enables qw syntax for string.
44
*
55
* {{{
6-
* import io.github.windymelt.qw.Syntax.*
6+
* import io.github.windymelt.qw.Syntax.{*, given}
77
* qw"foo bar buzz" // => "foo" :: "bar" :: "buzz" :: Nil
88
* }}}
99
*

0 commit comments

Comments
 (0)