mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
doc: capitalize number and wrap in {}
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user