1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01: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

View File

@@ -23,6 +23,6 @@
) )
```python ```python
dev foo(): def foo():
 print("hi")  print("hi")
``` ```

View File

@@ -23,6 +23,6 @@
) )
```python ```python
dev foo(): def foo():
print("hi") print("hi")
``` ```