MISC: spelling and consistency fixes in the NetscriptDefinitions.ts file (#821)

This commit is contained in:
Michael Ficocelli
2023-10-02 20:14:44 -04:00
committed by GitHub
parent 7f575eb34c
commit 7b00fcc5b1
45 changed files with 103 additions and 101 deletions

View File

@@ -29,7 +29,7 @@ True if specified file exists, and false otherwise.
RAM cost: 0.1 GB
Returns a boolean indicating whether the specified file exists on the target server. The filename for programs is case insensitive, other file types are case sensitive. For example, fileExists(“brutessh.exe”) will work fine, even though the actual program is named 'BruteSSH.exe'.
Returns a boolean indicating whether the specified file exists on the target server. The filename for programs is case-insensitive, other file types are case-sensitive. For example, fileExists(“brutessh.exe”) will work fine, even though the actual program is named 'BruteSSH.exe'.
## Example