summaryrefslogtreecommitdiff
path: root/lib/astal/io/file.vala
diff options
context:
space:
mode:
Diffstat (limited to 'lib/astal/io/file.vala')
-rw-r--r--lib/astal/io/file.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/astal/io/file.vala b/lib/astal/io/file.vala
index e57f449..57b6dc0 100644
--- a/lib/astal/io/file.vala
+++ b/lib/astal/io/file.vala
@@ -48,7 +48,7 @@ public async void write_file_async(string path, string content) throws Error {
/**
* Monitor a file for changes. If the path is a directory, monitor it recursively.
* The callback will be called passed two parameters: the path of the file
- * that changed and an [[email protected]] indicating the reason.
+ * that changed and an [[email protected]] indicating the reason.
*/
public FileMonitor? monitor_file(string path, Closure callback) {
try {