Skip to content

Commit 9227f95

Browse files
authored
Merge pull request #4459 from Username46786/patch-1
fix: typo “mehthod” → “method” in Pi article
2 parents cba9548 + d0beffe commit 9227f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledgebase/calculate-pi-using-sql.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ SELECT 22 / 7
106106
└───────────────────┘
107107
```
108108

109-
8. Another indirect mehthod (this one came from Alexey Milovidov) that is accurate to 7 decimal places - and it's quick:
109+
8. Another indirect method (this one came from Alexey Milovidov) that is accurate to 7 decimal places - and it's quick:
110110

111111
```sql
112112
WITH
@@ -125,4 +125,4 @@ FROM numbers_mt(1000000000.)
125125

126126
:::note
127127
If you have any more, we'd love for you to contribute. Thanks!
128-
:::
128+
:::

0 commit comments

Comments
 (0)