diff --git a/lib/faker/default/university.rb b/lib/faker/default/university.rb index cdb249bd05..845a9f2c94 100644 --- a/lib/faker/default/university.rb +++ b/lib/faker/default/university.rb @@ -6,7 +6,7 @@ class University < Base class << self ## - # Produces a random university name + # Produces a random university name. # # @return [String] # @@ -19,7 +19,7 @@ def name end ## - # Produces a random university prefix + # Produces a random university prefix. # # @return [String] # @@ -32,7 +32,7 @@ def prefix end ## - # Produces a random university suffix + # Produces a random university suffix. # # @return [String] # @@ -45,7 +45,7 @@ def suffix end ## - # Produces a random greek organization + # Produces a random greek organization. # # @return [String] # @@ -58,7 +58,7 @@ def greek_organization end ## - # Produces a greek alphabet + # Produces a greek alphabet. # # @return [Array] #