From 6f08a39817b216133a82df85973a999bb7ba6591 Mon Sep 17 00:00:00 2001 From: Yoshitomo Onozawa Date: Thu, 1 Sep 2022 16:43:35 +0900 Subject: [PATCH] Fix `fma_brotherhood` usage example --- doc/japanese_media/fullmetal_alchemist_brotherhood.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/japanese_media/fullmetal_alchemist_brotherhood.md b/doc/japanese_media/fullmetal_alchemist_brotherhood.md index 9748a77532..12c2ffa880 100644 --- a/doc/japanese_media/fullmetal_alchemist_brotherhood.md +++ b/doc/japanese_media/fullmetal_alchemist_brotherhood.md @@ -5,5 +5,5 @@ Faker::JapaneseMedia::FmaBrotherhood.character #=> "Edward Elric" Faker::JapaneseMedia::FmaBrotherhood.city #=> "Central City" -Faker::JapaneseMedia::fma_brotherhood.country #=> "Xing" +Faker::JapaneseMedia::FmaBrotherhood.country #=> "Xing" ```