From ac928285e1158d6ecd07f15fd7d7203cc5efc25a Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Thu, 16 May 2024 07:08:35 -0600 Subject: [PATCH] [bqn/en] fix frontmatter --- bqn.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bqn.html.markdown b/bqn.html.markdown index 58c2f787..928b3a54 100644 --- a/bqn.html.markdown +++ b/bqn.html.markdown @@ -1,9 +1,8 @@ --- -language: bqn +language: BQN filename: learnbqn.bqn contributors: - ["Raghu Ranganathan", "https://github.com/razetime"] -translators: --- BQN is a modern array language (similar to APL) that aims to eliminate burdensome aspects of the APL tradition.