From 836ec3e37c69c3a36e0a761abac7ffe014372f8f Mon Sep 17 00:00:00 2001 From: "Alexander E. Fischer" Date: Tue, 2 Oct 2012 13:42:24 +0200 Subject: [PATCH] Fixed a tiny documentation problem --- lib/aef/hosts/file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aef/hosts/file.rb b/lib/aef/hosts/file.rb index 76a4acd..e31eaef 100644 --- a/lib/aef/hosts/file.rb +++ b/lib/aef/hosts/file.rb @@ -58,7 +58,7 @@ class File class << self # Parses a hosts file given as path. # - # @param [Pathname] the hosts file path + # @param [Pathname] path the hosts file path # @return [Aef::Hosts::File] a file def read(path) new(path).read