Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

doc/tutorial: fix typos #47

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/tutorial/basics/aliases.md
Expand Up @@ -8,7 +8,7 @@ An alias defines a local macro.

A typical use case is to provide access to a shadowed field.

Alias are not members of a struct. They can be referred to only within the
Aliases are not members of a struct. They can be referred to only within the
struct, and they do not appear in the output.

<!-- CUE editor -->
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/basics/sumstruct.md
Expand Up @@ -4,7 +4,7 @@ _Types ~~and~~ are Values_

# Disjunctions of Structs

Disjunction work for any type.
Disjunctions work for any type.

In this example we see that a `floor` of some specific house
has an exit on level 0 and 1, but not on any other floor.
Expand Down