We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26924fd commit 71f6046Copy full SHA for 71f6046
docs/file-handling.md
@@ -4,7 +4,7 @@ File handling is an essential part of any programming language. Radon provides
4
a simple way to read and write files. In this section, we will learn how to
5
read and write files in Radon.
6
7
-> ### **SECURITY NOTICE:** Executing any file operations will prompt the user for confirmation before proceeding, for example:
+> **SECURITY NOTICE:** Executing any file operations will prompt the user for confirmation before proceeding, for example:
8
```
9
[DISK_ACCESS] This program is attempting to access the disk. Continue execution?
10
[Y/n] -> _
0 commit comments