Skip to content

Commit

Permalink
Fix indentation in naming section and typo in error subclass section
Browse files Browse the repository at this point in the history
  • Loading branch information
akowalz committed Mar 27, 2016
1 parent e10cd10 commit cc9ae74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -1990,7 +1990,7 @@ no parameters.
end

def SomeMethod
# some code
# some code
end

# good
Expand Down Expand Up @@ -2984,7 +2984,7 @@ resource cleanup when possible.
```

* <a name="standard-exceptions"></a>
Favor the use of exceptions for the standard library over introducing new
Favor the use of exceptions from the standard library over introducing new
exception classes.
<sup>[[link](#standard-exceptions)]</sup>

Expand Down

0 comments on commit cc9ae74

Please sign in to comment.