Browse Source

Remove space

Fabio Battaglia 4 years ago
parent
commit
097b46e8a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/analysis.md

+ 1 - 1
docs/analysis.md

@@ -192,7 +192,7 @@ fio15 = 1
 fio18 = 0 ===> /fio18 = 1
 ```
 
-One would say that `/o18` is going to remain `true`, but what happens is that `/o15 = /i2 & i3 & i4 & i6 & i7 & /i8` becomes true, so `fio15` becomes false, making `fio15 & /fio18` false, and thus `/o18` is going to become `false` too .
+One would say that `/o18` is going to remain `true`, but what happens is that `/o15 = /i2 & i3 & i4 & i6 & i7 & /i8` becomes true, so `fio15` becomes false, making `fio15 & /fio18` false, and thus `/o18` is going to become `false` too.
 
 ### A representation of the PAL