Skip to content

Commit d0beffe

Browse files
fix: typo “mehthod” → “method” in Pi article
1 parent cba9548 commit d0beffe

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)