mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
MISC: Fix typo in API break notice of v2.6.1 (#1936)
This commit is contained in:
@@ -24,6 +24,6 @@ export const breakInfos261: APIBreakInfo[] = [
|
||||
"ns.bladeburner.getActionTime:\n" +
|
||||
'Previously returned -1 when called with type "Idle" and name "". This is no longer valid usage and will result in an error.\n\n' +
|
||||
"See the related changes for ns.bladeburner.getCurrentAction, which were shown earlier in these API break details.\n" +
|
||||
"In most cases, the fixes for ns.bladeburner.getCurrentAction will fix this group of isses as well.",
|
||||
"In most cases, the fixes for ns.bladeburner.getCurrentAction will fix this group of issues as well.",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user