diff --git a/nars-dist/Examples/Example-NAL6-edited.txt b/nars-dist/Examples/Example-NAL6-edited.txt
index 2fb6a144c467d3d62f52206045c67cbce6675bb4..fa56b2b6c4ac7a8ec40f8334aa28ff5821ad8a48 100644
--- a/nars-dist/Examples/Example-NAL6-edited.txt
+++ b/nars-dist/Examples/Example-NAL6-edited.txt
@@ -217,7 +217,7 @@
 // Lock-1 can be opened by every key.
 <{lock1} --> lock>. 
 // Lock-1 is a lock.
-166
+17
  OUT: (&&,<#1 --> lock>,<<$2 --> key> ==> <#1 --> (/,open,$2,_)>>). %1.00;0.81%
 // There is a lock that can be opened by every key.
  OUT: <(&&,<$1 --> key>,<$2 --> lock>) ==> <$2 --> (/,open,$1,_)>>. %1.00;0.45%