mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #2913 from Muller-Castro/sever2server
using_servers.rst:48: sever->server
This commit is contained in:
@@ -45,7 +45,7 @@ RIDs
|
||||
----
|
||||
|
||||
The key to using servers is understanding Resource ID (:ref:`RID <class_RID>`) objects. These are opaque
|
||||
handles to the sever implementation. They are allocated and freed manually. Almost every
|
||||
handles to the server implementation. They are allocated and freed manually. Almost every
|
||||
function in the servers requires RIDs to access the actual resource.
|
||||
|
||||
Most Godot nodes and resources contain these RIDs from the servers internally, and they can
|
||||
|
||||
Reference in New Issue
Block a user