doc(interface-types) Fix a typo.

This commit is contained in:
Ivan Enderlin 2020-02-26 15:34:04 +01:00
parent d4c01e8ddc
commit 330dbac96b

View File

@ -37,7 +37,7 @@ pub enum InterfaceType {
/// A 64-bits float.
F64,
/// A stirng.
/// A string.
String,
/// An `any` reference.