Skip to content

Commit

Permalink
Spelling: Add docs missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
AsnelChristian committed Jun 11, 2017
1 parent 7bf56be commit eff961f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions coalib/bearlib/aspects/Spelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ class Spelling:
"""
This aspect describes spelling of your source code.
"""
class docs:
example = """
`Coala`, `AspectsYEAH`
"""
example_language = 'All'
importance_reason = """
They are words we always want to be written the way we want like the
name of our app eg: `coala`...
"""
fix_suggestions = """
Use coala :) to detect what word is not written as expected, given
that there is a bear for it ;).
"""


@Spelling.subaspect
Expand Down

0 comments on commit eff961f

Please sign in to comment.