Skip to content

Commit 71f6046

Browse files
authored
refactor: visuals fixed.
1 parent 26924fd commit 71f6046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/file-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ File handling is an essential part of any programming language. Radon provides
44
a simple way to read and write files. In this section, we will learn how to
55
read and write files in Radon.
66

7-
> ### **SECURITY NOTICE:** Executing any file operations will prompt the user for confirmation before proceeding, for example:
7+
> **SECURITY NOTICE:** Executing any file operations will prompt the user for confirmation before proceeding, for example:
88
```
99
[DISK_ACCESS] This program is attempting to access the disk. Continue execution?
1010
[Y/n] -> _

0 commit comments

Comments
 (0)