From 321ca929a9ac5daf107a1ab814f34c5b03ee7326 Mon Sep 17 00:00:00 2001 From: Jan Knobloch <116908874+jk4e@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:58:00 +0200 Subject: [PATCH] [bqn/en] Fix typo (#5081) --- bqn.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bqn.html.markdown b/bqn.html.markdown index 928b3a54..b9f8dabe 100644 --- a/bqn.html.markdown +++ b/bqn.html.markdown @@ -134,7 +134,7 @@ array_or_atom {2⋆𝕩}↩ #≡ ⟨ 0.125, 0.0625, 0.03125 ⟩ 'a'-'d' #≡ ¯3 ## Logic Functions -∧, ∨, ¬ # For Booleans, retrun 1 or 0 +∧, ∨, ¬ # For Booleans, return 1 or 0 ≤, <, >, ≥, = # Vectorizing comparisons ≡, ≢ # Nonvectorizing comparisons