mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
fix documentation typo (#1203)
This commit is contained in:
parent
524714601e
commit
7ab4ad8174
@ -29,6 +29,6 @@ Returns an object containing the Player’s hacking related multipliers. These m
|
|||||||
```js
|
```js
|
||||||
const mults = ns.getHackingMultipliers();
|
const mults = ns.getHackingMultipliers();
|
||||||
print(`chance: ${mults.chance}`);
|
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
|
* ```js
|
||||||
* const mults = ns.getHackingMultipliers();
|
* const mults = ns.getHackingMultipliers();
|
||||||
* print(`chance: ${mults.chance}`);
|
* print(`chance: ${mults.chance}`);
|
||||||
* print(`growthL ${mults.growth}`);
|
* print(`growth: ${mults.growth}`);
|
||||||
* ```
|
* ```
|
||||||
* @returns Object containing the Player’s hacking related multipliers.
|
* @returns Object containing the Player’s hacking related multipliers.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user