Skip to content

Commit

Permalink
Merge pull request #1984 from Zeragamba/minor-doc-fixes
Browse files Browse the repository at this point in the history
Minor documentation fix for Faker::University
  • Loading branch information
koic committed May 17, 2020
2 parents 0064d53 + a25a1a4 commit 9448950
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/faker/default/university.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class University < Base

class << self
##
# Produces a random university name
# Produces a random university name.
#
# @return [String]
#
Expand All @@ -19,7 +19,7 @@ def name
end

##
# Produces a random university prefix
# Produces a random university prefix.
#
# @return [String]
#
Expand All @@ -32,7 +32,7 @@ def prefix
end

##
# Produces a random university suffix
# Produces a random university suffix.
#
# @return [String]
#
Expand All @@ -45,7 +45,7 @@ def suffix
end

##
# Produces a random greek organization
# Produces a random greek organization.
#
# @return [String]
#
Expand All @@ -58,7 +58,7 @@ def greek_organization
end

##
# Produces a greek alphabet
# Produces a greek alphabet.
#
# @return [Array]
#
Expand Down

0 comments on commit 9448950

Please sign in to comment.