From 1cbd86e0449037219de9f0f004146e9d2c93e555 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 11 May 2017 15:57:49 +0200 Subject: [PATCH] Small typo fixed --- misp-core-format/raw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 6b12180..c0df41a 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -99,7 +99,7 @@ published is represented as a JSON boolean. published **MUST** be present. #### info -info represents the information field of the event. info a free-text value to provide a human-readable summary +info represents the information field of the event. info is a free-text value to provide a human-readable summary of the event. info **SHOULD** NOT be bigger than 256 characters and **SHOULD** NOT include new-lines. info is represented as a JSON string. info **MUST** be present.