Skip to content

Commit 9967fe5

Browse files
committed
add a note on sprintf implementation
1 parent e04d93d commit 9967fe5

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
@@ -106,7 +106,7 @@ Files.write(Paths.get("TestReadme.result"), (result + "\n").getBytes());
106106
At the moment the following builtins are supported(and, by default, automatically injected when needed):
107107

108108
- String
109-
- `sprintf`
109+
- `sprintf` **NOTE:** this implementation is [SDK-dependent](https://www.openpolicyagent.org/docs/latest/policy-reference/#builtin-strings-sprintf) and might generate different results depending on the runtime, please, limit the usage to trivial use-cases.
110110

111111
- Json
112112
- `json.is_valid`

0 commit comments

Comments
 (0)