summaryrefslogtreecommitdiff
path: root/lib/sampling
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 00:04:47 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 00:04:47 -0400
commit6b66877bda4c0e4a33bb3109304636d5ada85904 (patch)
tree7065307802fec8452afc89c8a7b445fd2ceca772 /lib/sampling
parent33fcf6de9feaaa6f90dfe5082e08d280c930dae1 (diff)
parent7a4832621f1a0bb2e4b86ee9f879a73df0188a3e (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
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