fastify-example-todo icon indicating copy to clipboard operation
fastify-example-todo copied to clipboard

Small typo

Open kauefr opened this issue 5 years ago • 0 comments

https://github.com/tdop/tdop.github.io/blob/01ec92fff3abe6ce135abef373e8c104e38cf03a/index.html#L200

if a then b else c is more readable (by a human) then if a, b, c

should probably be:

if a then b else c is more readable (by a human) than if a, b, c

kauefr avatar Sep 10 '19 10:09 kauefr