Skip to content

Commit acca760

Browse files
committed
adding zig formatting to code block
1 parent e8ae302 commit acca760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const result = Fluent.init(str_a) // initialize our interface on str_a
1313
```
1414

1515
Fuse map-functions to calculate sigmoid to buffer:
16-
```
16+
```Zig
1717
const x = Fluent.init(buf[0..])
1818
.copy(&[_]f32{ -2, -1, 0, 1, 2 })
1919
.map(.{

0 commit comments

Comments
 (0)