Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Doctweak: don't use the term "component" without defining it
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Stokes committed Jan 21, 2011
1 parent c8ed304 commit 6301d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ comes *before* you require any library that uses `Deferrable` (e.g.
* [Behaviour specs](http://samstokes.github.com/deferrable_gratification/doc/spec/index.html)
(generated from RSpec code examples)

## Components ##
## Structure ##

It currently consists of the following components:
It currently consists of the following modules:

* [`DG::Fluent`](#fluent): fluent (aka chainable) syntax for registering
multiple callbacks and errbacks to the same Deferrable.
Expand Down
2 changes: 1 addition & 1 deletion deferrable_gratification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.description = <<-DESC
Deferrable Gratification (DG) makes evented code less error-prone and easier to compose, and thus easier to create higher-level abstractions around. It also enhances the API offered by Ruby Deferrables to make them more pleasant to work with.
Currently consists of the following components:
Features include:
* fluent (aka chainable) syntax for registering multiple callbacks and errbacks to the same Deferrable.
Expand Down

0 comments on commit 6301d8c

Please sign in to comment.