Skip to content

Commit

Permalink
fix yard doc in contribution (faker-ruby#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas95prasad authored and michebble committed Feb 16, 2020
1 parent 026d0ff commit 1c08431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Include [YARD] style docs for all methods that includes:
# @return [String]
#
# @example
# Faker:Alphanumeric.alpha
# Faker::Alphanumeric.alpha
# #=> "kgdpxlgwjirlqhwhrebvuomdcjjpeqlq"
# @example
# Faker:Alphanumeric.alpha(number: 10)
# Faker::Alphanumeric.alpha(number: 10)
# #=> "zlvubkrwga"
#
# @faker.version next
Expand Down

0 comments on commit 1c08431

Please sign in to comment.