From 437fbd269fbc481561d3df65ec10764ab5a1f2f6 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 5 Oct 2015 13:14:46 -0400 Subject: [PATCH] Algorithm is an operation. --- prototype/Doubt/Algorithm.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/Doubt/Algorithm.swift b/prototype/Doubt/Algorithm.swift index 506ec4803..083434586 100644 --- a/prototype/Doubt/Algorithm.swift +++ b/prototype/Doubt/Algorithm.swift @@ -1,4 +1,4 @@ -/// A language of diffing algorithms. +/// An operation of diffing over terms or collections of terms. public enum Algorithm { /// The type of `Term`s over which `Algorithm`s operate. public typealias Term = Fix