Commit 0c93d0ae authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #440 from dwrensha/typo

fix typo: unconstained -> unconstrained
parents e0b955b8 80c4d9b9
...@@ -322,7 +322,7 @@ struct Type { ...@@ -322,7 +322,7 @@ struct Type {
unconstrained :union { unconstrained :union {
# A regular AnyPointer. # A regular AnyPointer.
# #
# The name "unconstained" means as opposed to constraining it to match a type parameter. # The name "unconstrained" means as opposed to constraining it to match a type parameter.
# In retrospect this name is probably a poor choice given that it may still be constrained # In retrospect this name is probably a poor choice given that it may still be constrained
# to be a struct, list, or capability. # to be a struct, list, or capability.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment