reason-react icon indicating copy to clipboard operation
reason-react copied to clipboard

Fix #639: unused variable in website example

Open josdejong opened this issue 5 years ago • 0 comments

Fixes #639 .

I've changed "Hello!" to "Hello " ++ name and not "Hello " ++ name ++ "!" in order to keep the example as minimal as possible.

I'm not entirely sure whether I fixed the example in the right place, (in the source, and not in some generated output), please double check.

josdejong avatar Dec 22 '20 09:12 josdejong