Fixed a few typos.

This commit is contained in:
Relintai 2022-08-21 18:24:36 +02:00
parent 70cc269b40
commit 46ee607d18
2 changed files with 3 additions and 2 deletions

View File

@ -320,6 +320,7 @@
</members>
<constants>
<constant name="NOTIFICATION_WEB_NODE_WRITE_LOCKED" value="2100">
This is sent to self, and children when a write lock is acquired. Only change the tree in _notification if you get this.
</constant>
</constants>
</class>

View File

@ -14,7 +14,7 @@
<return type="bool" />
<argument index="0" name="request" type="WebServerRequest" />
<description>
Precesses the [WebServerRequest] using registered [WebServerMiddleware].
Processes the [WebServerRequest] using registered [WebServerMiddleware].
</description>
</method>
<method name="register_request_update">
@ -43,7 +43,7 @@
<return type="void" />
<argument index="0" name="request" type="WebServerRequest" />
<description>
unregisters the [WebServerRequest], so it doesn't receive update notifications anymore.
Unregisters the [WebServerRequest], so it doesn't receive update notifications anymore.
</description>
</method>
</methods>