Remove typo in docs

This commit is contained in:
Leroy Hopson 2022-08-14 20:09:21 +12:00
parent d967fe6327
commit d27b0c57ce
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -142,7 +142,6 @@ See issue [\#25](https://github.com/lihop/godot-xterm/issues/25).
## Method Descriptions
- <a name="mthd-fork" /> [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`.