From c602f0a4dda46e4d0853f308bdb6497e1a5b6348 Mon Sep 17 00:00:00 2001 From: JJ <103335846+computerscienceiscool@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:30:19 -0800 Subject: [PATCH] Update 01_02_FileFormat.md --- ledger/book/src/01_02_FileFormat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ledger/book/src/01_02_FileFormat.md b/ledger/book/src/01_02_FileFormat.md index 3f5f5d4f..c5091e1c 100644 --- a/ledger/book/src/01_02_FileFormat.md +++ b/ledger/book/src/01_02_FileFormat.md @@ -18,9 +18,9 @@ finance greatness. * Transaction - Series of consecutive lines that represent the move of money from one account to one (*or more*) other accounts. -* Transaction Date - Date the transaction occured. +* Transaction Date - Date the transaction occurred. * Payee - Description following on the same line as the Date. Usually the place -of business or person the transaction occured at/with. +of business or person the transaction occurred at/with. * Posting - Line containing account and (*optionally*) amount. ## Basic transaction format