From 2ec6e52d106368cef62e769a118d05e7d7cc4e40 Mon Sep 17 00:00:00 2001 From: Alex Bethel Date: Tue, 14 Dec 2021 15:57:04 -0600 Subject: [PATCH] Fix carts.able formatting --- able-script-test/carts.able | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/able-script-test/carts.able b/able-script-test/carts.able index 21b5a0d..b12ef8d 100644 --- a/able-script-test/carts.able +++ b/able-script-test/carts.able @@ -1,8 +1,8 @@ functio helloable() { - "Hello, Able!" print; + "Hello, Able!" print; } var cart = ["able" <= 42, helloable <= "hello"]; cart[42] print; -cart["hello"](); \ No newline at end of file +cart["hello"]();