From 8031ed22d9adc18de3064f5b9f9708b165c7f2a3 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Wed, 29 Jan 2025 15:12:30 -0800 Subject: [PATCH] System: fix typo in openFile() docs --- src/lime/system/System.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lime/system/System.hx b/src/lime/system/System.hx index 71d1812c7..a48489c37 100644 --- a/src/lime/system/System.hx +++ b/src/lime/system/System.hx @@ -361,7 +361,7 @@ class System #end /** - Opens a file with the suste, default application. + Opens a file with the system default application. In a web browser, opens a URL with target `_blank`. **/