From 91084a72e0fdd3b4b9502dfd50c997a14553ba3d Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Thu, 22 Jan 2026 09:38:06 -0800 Subject: [PATCH] Fix LT-22262: Discrepancy in rule direction --- src/SIL.LCModel/MasterLCModel.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SIL.LCModel/MasterLCModel.xml b/src/SIL.LCModel/MasterLCModel.xml index 87d72c73..3746d3a4 100644 --- a/src/SIL.LCModel/MasterLCModel.xml +++ b/src/SIL.LCModel/MasterLCModel.xml @@ -5058,9 +5058,9 @@ Change History: (Be sure to update the 'version' attribute in the EntireModel, w The direction and manner in which the rule applies. The possible values are: - 1 - left-to-right iterative; - 2 - right-to-left iterative; - 3 - simultaneous. + 0 - left-to-right iterative; + 1 - right-to-left iterative; + 2 - simultaneous.