mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-07 11:04:36 +01:00
fix documentation typo (#1203)
This commit is contained in:
@ -29,6 +29,6 @@ Returns an object containing the Player’s hacking related multipliers. These m
|
||||
```js
|
||||
const mults = ns.getHackingMultipliers();
|
||||
print(`chance: ${mults.chance}`);
|
||||
print(`growthL ${mults.growth}`);
|
||||
print(`growth: ${mults.growth}`);
|
||||
```
|
||||
|
||||
|
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