📝 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
@@ -52,7 +52,7 @@ In this example, availability, policy, and failure counters are captured togethe
When a snapshot should be serialized for logs or support output:
```moonbit
println(stringify_file_sink_state(logger.file_state(), pretty=true))
println(stringify_file_sink_state(runtime.file_state(), pretty=true))
```
In this example, the typed snapshot becomes readable JSON without manual field assembly.