Skip to content

Commit d2b0418

Browse files
committed
Rust highlighting for README example
1 parent dfee61f commit d2b0418

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
@@ -9,7 +9,7 @@ Rust.
99

1010
Export a simple function `function hello_world(string $name): string` to PHP:
1111

12-
```rs
12+
```rust
1313
use ext_php_rs::prelude::*;
1414

1515
#[php_function]

0 commit comments

Comments
 (0)