From e44f68ba8c2a7d6a34518f2f4eab22965979ae7b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 27 Jun 2024 02:57:53 +0900 Subject: [PATCH] chore: update list.bend occurence -> occurrence --- examples/list.bend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/list.bend b/examples/list.bend index 7aea65bd..d9ed50cf 100644 --- a/examples/list.bend +++ b/examples/list.bend @@ -125,7 +125,7 @@ pop_back (List/Cons head tail) = (List/Cons head (pop_back tail)) # List remove: # List l -> Some s -> List l -# removes the first occurence of element e from list l. +# removes the first occurrence of element e from list l. remove = @l @s match l { List/Cons: @@ -169,4 +169,4 @@ def main: # return reverse([1, 2, 3, 4, 5]) # return append([1, 2], 3) # return add_front([2, 3], 1) -# return concat([1, 2], [3, 4]) \ No newline at end of file +# return concat([1, 2], [3, 4])