📝 align runtime file examples

This commit is contained in:
Nanaloveyuki
2026-06-13 23:42:09 +08:00
parent 342d08377f
commit 61094732a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ In this example, the file policy can be passed around as one typed value instead
When current file behavior should be read, adjusted, and written back:
```moonbit
let policy = sink.file_policy()
let policy = runtime.file_policy()
let next = FileSinkPolicy::new(
append=policy.append,
auto_flush=false,