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 12, 2015
1 parent 797af1b commit 2ff45bf
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 2ff45bf

Please sign in to comment.