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

Commit

Permalink
Fix typo in Aggregator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Derrett committed Nov 26, 2014
1 parent 25cd191 commit 8414399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/librato/metrics/aggregator.rb
Expand Up @@ -43,10 +43,10 @@ def initialize(opts={})
# Add a metric entry to the metric set:
#
# @example Basic use
# annotator.add 'request.time' => 30.24
# aggregator.add 'request.time' => 30.24
#
# @example With a custom source
# annotator.add 'request.time' => {value: 20.52, source: 'staging'}
# aggregator.add 'request.time' => {value: 20.52, source: 'staging'}
#
# @param [Hash] measurements measurements to add
# @return [Aggregator] returns self
Expand Down

0 comments on commit 8414399

Please sign in to comment.