From 9c261e5c94ecf4c3a94c80dd03cf2977ac80df97 Mon Sep 17 00:00:00 2001
From: hippietrail
Date: Tue, 12 Nov 2024 17:08:23 +0700
Subject: [PATCH 1/2] 3 typos/grammar fixes
---
Ghidra/Features/Decompiler/src/main/doc/sleigh.xml | 2 +-
GhidraDocs/languages/html/sleigh_constructors.html | 2 +-
GhidraDocs/languages/html/sleigh_tokens.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
index d83b38ed33..5db7a9deee 100644
--- a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
+++ b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
@@ -1386,7 +1386,7 @@ multiple constructors into a single table are addressed in
A single complex statement in the specification file describes a
constructor. This statement is always made up of five distinct
-sections that are listed below in the order in which the must occur.
+sections that are listed below in the order in which they must occur.