We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e987fb commit f3703a9Copy full SHA for f3703a9
src/patterns/observer/Notifier.js
@@ -47,7 +47,7 @@ class Notifier {
47
constructor() {}
48
49
/**
50
- * Create and send an `Notification`.
+ * Create and send a `Notification`.
51
*
52
* <P>Keeps us from having to construct new Notification
53
* instances in our implementation code.</P>
@@ -86,7 +86,7 @@ class Notifier {
86
87
* Return the Multiton Facade instance
88
89
- * @typedef {Facade} Facade
+ * @returns {Facade}
90
91
* @throws {Error}
92
*/
0 commit comments