Skip to content

Commit daababa

Browse files
authored
Merge pull request #641 from OvermindDL1/patch-1
Workaround for elm-markdown mis-parsing urls
2 parents b13c0e1 + 2e0d514 commit daababa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/syntax.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ viewNames2 names =
235235
Historical note: this is borrowed from F#, inspired by Unix pipes.
236236
237237
Relatedly, [`(<<)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#<<)
238-
and [`(>>)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#>>)
238+
and [`(>>)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#>>>)
239239
are function composition operators.
240240
241241

0 commit comments

Comments
 (0)