mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
fix documentation typo (#1203)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -6371,7 +6371,7 @@ export interface NS {
|
||||
* ```js
|
||||
* const mults = ns.getHackingMultipliers();
|
||||
* print(`chance: ${mults.chance}`);
|
||||
* print(`growthL ${mults.growth}`);
|
||||
* print(`growth: ${mults.growth}`);
|
||||
* ```
|
||||
* @returns Object containing the Player’s hacking related multipliers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user