Skip to content

Commit ce19014

Browse files
authored
Merge pull request #606 from YawarRaza7349/patch-1
doc typo
2 parents 4b221ed + 87f27c2 commit ce19014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide/src/SimplifyTypes.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ we (arbitrarily) expand one of the datatypes first. The result will
6464
be something like
6565
[source,sml]
6666
----
67-
datatype u = U of u array array
67+
datatype u = U of u array vector
6868
----
6969
where all uses of `t` are replaced by `u array`.

0 commit comments

Comments
 (0)