From d0beffeb53b9a2fe88095dc4b2cb1b95cad44ad9 Mon Sep 17 00:00:00 2001 From: Username46786 <98800422+Username46786@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:38:54 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20typo=20=E2=80=9Cmehthod=E2=80=9D=20?= =?UTF-8?q?=E2=86=92=20=E2=80=9Cmethod=E2=80=9D=20in=20Pi=20article?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- knowledgebase/calculate-pi-using-sql.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knowledgebase/calculate-pi-using-sql.mdx b/knowledgebase/calculate-pi-using-sql.mdx index 768120584e7..2ec369fed74 100644 --- a/knowledgebase/calculate-pi-using-sql.mdx +++ b/knowledgebase/calculate-pi-using-sql.mdx @@ -106,7 +106,7 @@ SELECT 22 / 7 └───────────────────┘ ``` -8. Another indirect mehthod (this one came from Alexey Milovidov) that is accurate to 7 decimal places - and it's quick: +8. Another indirect method (this one came from Alexey Milovidov) that is accurate to 7 decimal places - and it's quick: ```sql WITH @@ -125,4 +125,4 @@ FROM numbers_mt(1000000000.) :::note If you have any more, we'd love for you to contribute. Thanks! -::: \ No newline at end of file +:::