Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
myronmarston committed Mar 28, 2014
1 parent ec2e9a2 commit 518cee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rspec/expectations/configuration.rb
Expand Up @@ -5,7 +5,7 @@ module Expectations
# Provides configuration options for rspec-expectations.
# If you are using rspec-core, you can access this via a
# block passed to `RSpec::Core::Configuration#expect_with`.
# Otherwise, you can access it via RSpec::Matchers.configuration.
# Otherwise, you can access it via RSpec::Expectations.configuration.
#
# @example
# RSpec.configure do |rspec|
Expand All @@ -16,7 +16,7 @@ module Expectations
#
# # or
#
# RSpec::Matchers.configuration
# RSpec::Expectations.configuration
class Configuration
# Configures the supported syntax.
# @param [Array<Symbol>, Symbol] values the syntaxes to enable
Expand Down

0 comments on commit 518cee5

Please sign in to comment.