From 330dbac96b35c5cf371bf2eb4562bc3445b2c261 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 26 Feb 2020 15:34:04 +0100 Subject: [PATCH] doc(interface-types) Fix a typo. --- src/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ast.rs b/src/ast.rs index f34d894..20a6719 100644 --- a/src/ast.rs +++ b/src/ast.rs @@ -37,7 +37,7 @@ pub enum InterfaceType { /// A 64-bits float. F64, - /// A stirng. + /// A string. String, /// An `any` reference.