From 4b9edde645033906f1d40d5a85ff0e8d91a8fa56 Mon Sep 17 00:00:00 2001 From: Akram Date: Fri, 15 Dec 2023 19:18:45 +0100 Subject: [PATCH] docs: rename `getOrderedNarratives` to `getNarratives` --- docs/TraceableExecution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TraceableExecution.md b/docs/TraceableExecution.md index 92e23ef..3e748bd 100644 --- a/docs/TraceableExecution.md +++ b/docs/TraceableExecution.md @@ -266,7 +266,7 @@ Pushes or appends narratives to a trace node. Returns the updated instance of `TraceableExecution`. -### `getOrderedNarratives(): Array` +### `getNarratives(): Array` Gets an ordered array of narratives.