summaryrefslogtreecommitdiff
path: root/lib/sampling
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sampling')
-rw-r--r--lib/sampling/README.md2
-rw-r--r--lib/sampling/peer_review.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sampling/README.md b/lib/sampling/README.md
index 5e0a53c..e4b3fbf 100644
--- a/lib/sampling/README.md
+++ b/lib/sampling/README.md
@@ -11,7 +11,7 @@ interface:
- `self.can_get?(String setting_name) => Fixnum`
- Returns whether or nat this sampling method can get a specifed
+ Returns whether or not this sampling method can get a specifed
statistic; 0 means 'false', positive integers mean 'true', where
higher numbers are higher priority.
diff --git a/lib/sampling/peer_review.rb b/lib/sampling/peer_review.rb
index dd456c9..4577542 100644
--- a/lib/sampling/peer_review.rb
+++ b/lib/sampling/peer_review.rb
@@ -86,6 +86,6 @@ module Sampling
end
return ret
- endx
+ end
end
end