From e002db72fd050ff14f1f3013b57bd00d2712bd24 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Mon, 13 Nov 2023 16:50:19 +0100 Subject: [PATCH] Correct documentation on thread metadata --- doc/user/runtime/trace_spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/runtime/trace_spec.md b/doc/user/runtime/trace_spec.md index 1e265eb..eb2fde2 100644 --- a/doc/user/runtime/trace_spec.md +++ b/doc/user/runtime/trace_spec.md @@ -107,8 +107,8 @@ used. Example: } ``` -The metadata is written to disk when the thread is first initialized, -and then every time the thread stream is flushed. +The metadata is written to disk when the thread is first initialized +and when the thread finishes. ## Thread binary streams