From 71f60469414cfb632b2f7fc8ab6f6a2126694ce7 Mon Sep 17 00:00:00 2001 From: "Md. Almas Ali" <57622296+Almas-Ali@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:06:36 +0600 Subject: [PATCH] refactor: visuals fixed. --- docs/file-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/file-handling.md b/docs/file-handling.md index 7f3fd6e..5da802b 100644 --- a/docs/file-handling.md +++ b/docs/file-handling.md @@ -4,7 +4,7 @@ File handling is an essential part of any programming language. Radon provides a simple way to read and write files. In this section, we will learn how to read and write files in Radon. -> ### **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: ``` [DISK_ACCESS] This program is attempting to access the disk. Continue execution? [Y/n] -> _