Browse Source

Fix typo

friedger-patch-7
Nasir Shadravan 3 years ago
committed by Patrick Gray
parent
commit
e36fe9a77c
  1. 2
      src/pages/references/language-types.md

2
src/pages/references/language-types.md

@ -19,7 +19,7 @@ The type system contains the following types:
well, however, only public functions have the commit/abort behavior.
- `(optional some-type)` - an option type for objects that can either be
`(some value)` or `none`
- `(buff max-len)` := byte buffer or maximum length `max-len`.
- `(buff max-len)` := byte buffer of maximum length `max-len`.
- `(string-ascii max-len)` := ASCII string of maximum length `max-len`
- `(string-utf8 max-len)` := UTF-8 string of maximum length `max-len` (u"A smiley face emoji \u{1F600} as a utf8 string")
- `principal` := object representing a principal (whether a contract principal

Loading…
Cancel
Save