Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ numbers value.

Standard characters denotes code points as in the table below.

If an implenetation supports any of the semi standard characters, they
If an implementation supports any of the semi standard characters, they
denote code points as in the table below.

It is implenetation defined what code point, if any, `Newline`
It is implementation defined what code point, if any, `Newline`
denotes. If supported, `Linefeed` always denotes U+000A. This implies
that if `Newline` and `Linefeed` are the same character, they both
denotes U+000A.

`code-point` and `character` are always overlapping types. Depending
on implenetation `code-point` can be a subtype of `character` or
on implementation `code-point` can be a subtype of `character` or
`character` can be a subtype of `code-point`. A conforming program
must not assume that all code points can be denoted by a character or
that all characters denotes a code point.
Expand Down