Skip to content

Commit 67372a1

Browse files
authored
Update Minimal-Consistent-Det.md
1 parent 261eb8c commit 67372a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

md/Minimal-Consistent-Det.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ __function__ Consistent-Det?(_A_, _E_) __returns__ a truth value
1616
 __local variables__: _H_, a hash table
1717

1818
 __for each__ example _e_ __in__ _E_ __do__
19-
   __if__ some example in _H_ has the same values as _e_ for the attributes _A_ but a different classification __then return__ _false_
19+
   __if__ some example in _H_ has the same values as _e_ for the attributes _A_
20+
    but a different classification __then return__ _false_
2021
   store the class of _e_ in_H_, indexed by the values for attributes _A_ of the example _e_
2122
 __return__ _true_
2223

0 commit comments

Comments
 (0)