lib/yard/server/commands/display_object_command.rb in yard-0.6.4 vs lib/yard/server/commands/display_object_command.rb in yard-0.6.5
- old
+ new
@@ -1,8 +1,8 @@
module YARD
module Server
module Commands
- # Displays documentation for a specific object identiied by the path
+ # Displays documentation for a specific object identified by the path
class DisplayObjectCommand < LibraryCommand
def run
return index if path.empty?
if object = Registry.at(object_path)