From 2003b20cc411cd7a48708a50cd02a36d119c4031 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 21 Oct 2021 17:40:40 -0600 Subject: [PATCH] fix documentation error --- docs/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logs.md b/docs/logs.md index 24e4704..2217f04 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -50,7 +50,7 @@ Each line has six fields minimum: | `timestamp` | `event` | `participantID` | `teamID` | `category` | `points` | `extra`... | | --- | --- | --- | --- | --- | --- | --- | | int | string | string | string | string | int | string... | -| Unix epoch | Event type | Team's unique ID| Participant's (hopefully) unique ID | Name of category, if any | Points awarded, if any | Additional fields, if any | +| Unix epoch | Event type | Participant's (hopefully) unique ID | Team's unique ID | Name of category, if any | Points awarded, if any | Additional fields, if any | Fields after `points` contain extra fields associated with the event.