Skip to content

Commit

Permalink
Fix footnote syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
blaenk committed Apr 21, 2019
1 parent 816c26e commit 6982a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/notes/typescript.md
Expand Up @@ -32,7 +32,7 @@ The values `undefined` and `null` have their own respective types with the same

The `never` type represents the types of values that never occur, such as for a function that always throws an exception, or one that never returns [^rust_never]. The `never` type is a subtype of every type.

^[rust_never]: Similar to Rust's `!` type.
[^rust_never]: Similar to Rust's `!` type.

# Type Assertions

Expand Down

0 comments on commit 6982a43

Please sign in to comment.