From 086d1ea2ac9db149e0da91a15f0fb28157659d9b Mon Sep 17 00:00:00 2001 From: ntlblpm Date: Tue, 19 Nov 2024 03:45:03 -0500 Subject: [PATCH] Update FileAccess.xml --- doc/classes/FileAccess.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/FileAccess.xml b/doc/classes/FileAccess.xml index 5c89b644298..d7ca8afc2ce 100644 --- a/doc/classes/FileAccess.xml +++ b/doc/classes/FileAccess.xml @@ -4,7 +4,7 @@ Provides methods for file reading and writing operations. - This class can be used to permanently store data in the user device's file system and to read from it. This is useful for store game save data or player configuration files. + This class can be used to permanently store data in the user device's file system and to read from it. This is useful for storing game save data or player configuration files. Here's a sample on how to write and read from a file: [codeblocks] [gdscript]