From d4b57c441dec1bc8b1bce8edfc8f1f3aa186fc27 Mon Sep 17 00:00:00 2001 From: Casey Dahlin Date: Wed, 8 Oct 2008 17:24:04 -0400 Subject: Comment typo fix Capitalization irks me --- state.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state.rb b/state.rb index e47573f..d3782f9 100644 --- a/state.rb +++ b/state.rb @@ -407,7 +407,7 @@ class Dependency end =begin rdoc -A DSTuple is a pairing of a Dependency and a state that meets it. +A DSTuple is a pairing of a Dependency and a State that meets it. =end class DSTuple attr :dep # What dependency do we resolve? -- cgit