From 979643f5994f8d1b58c42c56eb5027dce8df3da0 Mon Sep 17 00:00:00 2001 From: Daniel Vale Date: Fri, 11 May 2012 17:30:00 +0200 Subject: [PATCH] Correct comment line wording --- app/controllers/entities_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/entities_controller.rb b/app/controllers/entities_controller.rb index 1b86e6440..14cf001d3 100644 --- a/app/controllers/entities_controller.rb +++ b/app/controllers/entities_controller.rb @@ -1,5 +1,5 @@ # -# Lists entities of a ontology +# Lists entities of an ontology # class EntitiesController < InheritedResources::Base