Skip to content

Commit

Permalink
docs: rename getOrderedNarratives to getNarratives
Browse files Browse the repository at this point in the history
  • Loading branch information
tabkram committed Dec 15, 2023
1 parent e52d57a commit 4b9edde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TraceableExecution.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Pushes or appends narratives to a trace node.

Returns the updated instance of `TraceableExecution`.

### `getOrderedNarratives(): Array<string>`
### `getNarratives(): Array<string>`

Gets an ordered array of narratives.

Expand Down

1 comment on commit 4b9edde

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 92.37% 242/262
🟢 Branches 86.21% 175/203
🟢 Functions 91.78% 67/73
🟢 Lines 93.09% 229/246

Test suite run success

33 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 4b9edde

Please sign in to comment.