mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Fixed a few typos.
This commit is contained in:
parent
70cc269b40
commit
46ee607d18
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user