Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Sep 10, 2023
1 parent b02f648 commit 5de3381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/github/windymelt/qw/Syntax.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package io.github.windymelt.qw
/** Enables qw syntax for string.
*
* {{{
* import io.github.windymelt.qw.Syntax.*
* import io.github.windymelt.qw.Syntax.{*, given}
* qw"foo bar buzz" // => "foo" :: "bar" :: "buzz" :: Nil
* }}}
*
Expand Down

0 comments on commit 5de3381

Please sign in to comment.