Skip to content

Commit f3703a9

Browse files
committed
update
updated docs
1 parent 9e987fb commit f3703a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/patterns/observer/Notifier.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Notifier {
4747
constructor() {}
4848

4949
/**
50-
* Create and send an `Notification`.
50+
* Create and send a `Notification`.
5151
*
5252
* <P>Keeps us from having to construct new Notification
5353
* instances in our implementation code.</P>
@@ -86,7 +86,7 @@ class Notifier {
8686
/**
8787
* Return the Multiton Facade instance
8888
*
89-
* @typedef {Facade} Facade
89+
* @returns {Facade}
9090
*
9191
* @throws {Error}
9292
*/

0 commit comments

Comments
 (0)