From 10dbf6d581b4719da14cbad4bbbab0b7bd962f13 Mon Sep 17 00:00:00 2001 From: rgc99 Date: Tue, 24 Oct 2023 22:11:27 +0000 Subject: [PATCH] Fix issue #144 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff81383..2a2deba 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ This object controls the internal clock mode. | ---- | ---- | ------- | ----------- | | `mode` | string | seer | `fixed` or `seer`. Set the clock to fixed (game loop) or seer (event loop) | | `show_log` | bool | false | Expose the clock ticks via `next_tick` and `tick_log` attributes in the coordinator entity | -| `max_log_entiries` | number | 50 | Set the number of entires in the tick log history | +| `max_log_entries` | number | 50 | Set the number of entries in the tick log history | ### 5.10. Check Back Object