From bba9f7df211d63293e2a957872d156a0a6dfcd48 Mon Sep 17 00:00:00 2001 From: Marcel Ribeiro-Dantas Date: Sat, 10 Dec 2022 12:05:34 -0300 Subject: Fixes typos in many different English articles Signed-off-by: Marcel Ribeiro-Dantas --- sing.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sing.html.markdown') diff --git a/sing.html.markdown b/sing.html.markdown index 2e439800..50b52390 100644 --- a/sing.html.markdown +++ b/sing.html.markdown @@ -154,7 +154,7 @@ fn learnTypes() void sys.validate(dyna_array.size() == 1); // a map that associates a number to a string. - // "map(x)..." reads "map with key of type x and vaue of type..." + // "map(x)..." reads "map with key of type x and value of type..." var a_map map(string)i32; a_map.insert("one", 1); -- cgit v1.2.3