From 945d669da071ffdf1eac967463e916de888d1568 Mon Sep 17 00:00:00 2001
From: kleonc <9283098+kleonc@users.noreply.github.com>
Date: Thu, 18 May 2023 19:22:22 +0200
Subject: Fix property usage docs referring to removed network flag
(cherry picked from commit fc92ee6bf4b546893b9bf2960a436d56251b0994)
---
doc/classes/@GlobalScope.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc')
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index 8c84a55ba0..8941951a31 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -2843,10 +2843,10 @@
The property is read-only in the [EditorInspector].
- Default usage (storage, editor and network).
+ Default usage (storage and editor).
- Default usage but without showing the property in the editor (storage, network).
+ Default usage but without showing the property in the editor (storage).
Flag for a normal method.
--
cgit v1.2.3