Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor documentation fix for Faker::University #1984

Merged
merged 1 commit into from
May 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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