Skip to content

Commit 6f4701e

Browse files
nektromitchellh
authored andcommitted
README: fix example's language tag
1 parent 88bc0e8 commit 6f4701e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fn timerCallback(
146146
</td>
147147
<td>
148148

149-
```zig
149+
```c
150150
#include <stddef.h>
151151
#include <stdio.h>
152152
#include <xev.h>
@@ -178,6 +178,7 @@ int main(void) {
178178
return 0;
179179
}
180180
```
181+
181182
</td>
182183
</tr>
183184
</table>

0 commit comments

Comments
 (0)