mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Remove typo in docs
This commit is contained in:
parent
d967fe6327
commit
d27b0c57ce
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ See issue [\#25](https://github.com/lihop/godot-xterm/issues/25).
|
||||||
## Method Descriptions
|
## Method Descriptions
|
||||||
|
|
||||||
- <a name="mthd-fork" /> [Error] **fork** **(** [String] file=`$SHELL`, [PoolStringArray] args=[], [String] cwd=`$PWD`, [int] cols=80, [int] rows=24 **)**
|
- <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`.
|
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`.
|
`file` defaults to the value of the `SHELL` environment variable, falling back to `sh`.
|
||||||
|
|
Loading…
Reference in a new issue