Explorar o código

Merge pull request #26 from subsoap/patch-2

load_async -> async_load
Björn Ritzl %!s(int64=6) %!d(string=hai) anos
pai
achega
bad8dc7558
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/en/manuals/collection-proxy.md

+ 1 - 1
docs/en/manuals/collection-proxy.md

@@ -72,7 +72,7 @@ end
 `"load"`
 : This message tells the collection proxy component to start loading its collection into a new world. The proxy will send back a message called `"proxy_loaded"` when it's done.
 
-`"load_async"`
+`"async_load"`
 : This message tells the collection proxy component to start background loading its collection into a new world. The proxy will send back a message called `"proxy_loaded"` when it's done.
 
 `"init"`