Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snovity committed Feb 2, 2017
1 parent 9282036 commit 1a26069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,10 +13,10 @@
# Konstructor

Multiple constructors in a idiomatic Ruby
way. Small, fast, doesn't depend on other gems, thread-safe.
way. Small, fast, thread-safe, doesn't depend on other gems.

Use `konstructor` keyword to declare constructors additional
to the defaul one:
to the default one:
```ruby
class SomeClass
konstructor
Expand Down
2 changes: 1 addition & 1 deletion spec/gem_conflicts/active_support_subscriber_spec.rb
Expand Up @@ -31,7 +31,7 @@ def after_attached(event)
end
end

context "method defined after attaching continue to work" do
context "method defined after attaching continues to work" do
let(:instance) do
ActiveSupport::Notifications.instrument('before_attached.test_namespace', one: 111)
ActiveSupport::Notifications.instrument('after_attached.test_namespace', two: 2)
Expand Down

0 comments on commit 1a26069

Please sign in to comment.