Small typos in README
Getty Ritter
9 years ago
66 | 66 | The central way of interacting with the S-Cargot library is by creating |
67 | 67 | and modifying datatypes which represent specifications for parsing and |
68 | 68 | printing s-expressions. Each of those types has two type parameters, which |
69 |
are often called |
|
69 | are often called `atom` and `carrier`: | |
70 | 70 | |
71 | 71 | ~~~~ |
72 | 72 | +------ the type that represents an atom or value |