Skip to content

Commit e6bef47

Browse files
authored
Update AGENTS.md
1 parent 2c22840 commit e6bef47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Protocol files: `codegen-{core,server}/.../protocols/`
1616

1717
```kotlin
1818
rustTemplate(
19-
"let result: #{Result}<#{String}, Error> = #{Ok}(value);",
19+
"let result: #{Result}<#{String}, #{Error}> = #{Ok}(value);",
2020
*preludeScope, // Provides Result, String, Ok
2121
"Error" to myErrorType
2222
)

0 commit comments

Comments
 (0)