Skip to content

Commit

Permalink
Remove 'See below examples' for consistency (faker-ruby#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevUsmanGhani authored and michebble committed Feb 16, 2020
1 parent 8a8adae commit 22460b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/faker/default/world_cup.rb
Expand Up @@ -43,7 +43,7 @@ def stadium
end

##
# Produces a random national team name from a group. See below examples
# Produces a random national team name from a group.
#
# @return [String]
#
Expand All @@ -62,7 +62,7 @@ def group(legacy_group = NOT_GIVEN, group: 'group_A')
end

##
# Produces a random name from national team roster. See below examples.
# Produces a random name from national team roster.
#
# @return [String]
#
Expand Down

0 comments on commit 22460b0

Please sign in to comment.