Skip to content

Commit

Permalink
Fix typo;
Browse files Browse the repository at this point in the history
Work relating to #341.
  • Loading branch information
gavinlaking committed Dec 9, 2015
1 parent 0353e05 commit 4e2f7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vedeu/output/wordwrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def ellipsis

# @return [Vedeu::Geometries::Geometry]
def geometry
Vedeu.geometry.by_name(name)
Vedeu.geometries.by_name(name)
end

# Returns the word wrapping mode. One of :default, :prune or
Expand Down

0 comments on commit 4e2f7fe

Please sign in to comment.