Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/journal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function updateReadmeSessionsTable(entries: JournalEntry[]): void {

const tableHeader = "| # | Date | Bias | Setups | Confidence | Rule Δ |";
const tableSep = "| - | ---- | ---- | ------ | ---------- | ------ |";
const tableEnd = "*This table will be updated automatically each session.*";
const tableEnd = "*This table is updated automatically each session.*";

const startIdx = readme.indexOf(tableHeader);
const endIdx = readme.indexOf(tableEnd);
Expand Down
Loading