From d27b0c57ce01c7eac5eba37359eeafaf49961422 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sun, 14 Aug 2022 20:09:21 +1200 Subject: [PATCH] Remove typo in docs --- docs/api/pty.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/pty.md b/docs/api/pty.md index 253c3a1..51e48b8 100644 --- a/docs/api/pty.md +++ b/docs/api/pty.md @@ -142,7 +142,6 @@ See issue [\#25](https://github.com/lihop/godot-xterm/issues/25). ## Method Descriptions - [Error] **fork** **(** [String] file=`$SHELL`, [PoolStringArray] args=[], [String] cwd=`$PWD`, [int] cols=80, [int] rows=24 **)** -{ .red } Opens a pseudoterminal and starts a new process using the program specified by `file`. `file` defaults to the value of the `SHELL` environment variable, falling back to `sh`.