Commit 89ae89f6 by Your Name

fixed bad comment

parent 14da4c12
...@@ -11,7 +11,7 @@ class Content ...@@ -11,7 +11,7 @@ class Content
end end
def self.prolific_metric what def self.prolific_metric what
#take a hash of criteria (where) and return a hash of hashes #take a hash of criteria (what) and return a hash of hashes
#course => user => count #course => user => count
count = 10 count = 10
...@@ -38,7 +38,7 @@ class Content ...@@ -38,7 +38,7 @@ class Content
end end
def self.summary what def self.summary what
#take a hash of criteria (where) and return a hash of hashes #take a hash of criteria (what) and return a hash of hashes
#of total users, votes, comments, endorsements, #of total users, votes, comments, endorsements,
answer = {} answer = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment