From 9a0a9eb75b1c94b21c9b8e7038fbbe55c00ca8c5 Mon Sep 17 00:00:00 2001 From: Usman <37959265+DevUsmanGhani@users.noreply.github.com> Date: Wed, 13 Nov 2019 02:22:23 -0600 Subject: [PATCH] Remove 'See below examples' for consistency (#1799) --- lib/faker/default/world_cup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/faker/default/world_cup.rb b/lib/faker/default/world_cup.rb index 8b83f20242..325fb18bf0 100644 --- a/lib/faker/default/world_cup.rb +++ b/lib/faker/default/world_cup.rb @@ -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] # @@ -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] #