1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-01 18:31:46 +00:00

Corrects spelling mistake in syntax-test for Typst

This commit is contained in:
Chad Skeeters
2025-05-20 16:35:47 -05:00
parent 36a86d34e8
commit 4c9a51990c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,6 +23,6 @@
)
```python
dev foo():
def foo():
print("hi")
```