propensive / contextual

Statically-checked string interpolation in Scala
https://soundness.dev/contextual/
251 stars 23 forks source link

Outdated docs #57

Closed sapols closed 3 years ago

sapols commented 4 years ago

The first example given on this page is out of date: https://propensive.com/opensource/contextual/#a-simple-example

Specifically, the line type Out = Url should be type Output = Url now. Also, that code block doesn't compile when you paste it into a file (for starters, it's missing a curly brace). It would be nice if you updated the docs to reflect the current code base and make the example work out of the box.