doc: capitalize number and wrap in {}

This commit is contained in:
Kevin Sawicki
2013-04-19 11:05:54 -07:00
parent 8bf9598f7b
commit f8011d9cc9

View File

@@ -104,7 +104,7 @@ module.exports =
# Public: Identifies how many events are registered.
#
# Returns a `number`.
# Returns a {Number}.
subscriptionCount: ->
count = 0
for name, handlers of @eventHandlersByEventName