coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.14k stars 70 forks source link

Comb through reference documentation and fix small typos #898

Open stylewarning opened 1 year ago

stylewarning commented 1 year ago

The reference documentation has a decent number of typos and inconsistencies. For example, inconsistencies in how variables are referenced:

(define (f x) x)

may be documented as:

The third one is the correct one.

stylewarning commented 1 year ago

overly eager HTML escaping in Markdown code blocks also happens; example here: https://coalton-lang.github.io/reference/#quantizable-class

jbouwman commented 2 months ago

overly eager HTML escaping in Markdown code blocks also happens; example here: https://coalton-lang.github.io/reference/#quantizable-class

This part has been fixed by #1166