From 1887709e22f969b43e7e9c2ff9918bd8bc9ec114 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Sun, 18 Apr 2021 17:33:50 +0100 Subject: Fix typo Apostrophe instead of double quote. --- src/gleam/dynamic.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/dynamic.gleam b/src/gleam/dynamic.gleam index aa1ff5d..696031e 100644 --- a/src/gleam/dynamic.gleam +++ b/src/gleam/dynamic.gleam @@ -6,7 +6,7 @@ import gleam/option.{None, Option, Some} import gleam/result import gleam/string_builder -/// `Dynamic` data is data that we don"t know the type of yet. +/// `Dynamic` data is data that we don't know the type of yet. /// We likely get data like this from interop with Erlang, or from /// IO with the outside world. pub external type Dynamic -- cgit v1.2.3