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> </members>
<constants> <constants>
<constant name="NOTIFICATION_WEB_NODE_WRITE_LOCKED" value="2100"> <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> </constant>
</constants> </constants>
</class> </class>

View File

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