diff --git a/prototype/Doubt/Algorithm.swift b/prototype/Doubt/Algorithm.swift index d81a6c195..7290a2437 100644 --- a/prototype/Doubt/Algorithm.swift +++ b/prototype/Doubt/Algorithm.swift @@ -13,7 +13,8 @@ public enum Algorithm { /// Represents a diff to be performed on a collection of terms identified by keys. case ByKey([String:Term], [String:Term], [String:Diff] -> Recur) - // fixme: SES 😰 + + /// Represents a diff to be performed over an array of terms by index. case ByIndex([Term], [Term], [Diff] -> Recur)