Fix a broken link in the syntax docs

This commit is contained in:
Ara Adkins 2020-05-18 14:03:27 +01:00 committed by GitHub
parent 6d13ee997b
commit 204ea3813e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ The various components of Enso's syntax are described below:
- [**Top-Level Syntax:**](./top-level.md) The syntax at the top-level of an Enso
file.
- [**Functions:**](./functions.md) The syntax for writing functions in Enso.
- [**Function Arguments:**](./function-arguments.ms) The syntax for function
- [**Function Arguments:**](./function-arguments.md) The syntax for function
arguments in Enso.
- [**Field Access:**](./projections.md) The syntax for working with fields of
data types in Enso.