We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9287be4 commit 71f4d20Copy full SHA for 71f4d20
lib/compact.js
@@ -547,8 +547,8 @@ api.compact = async ({
547
548
let key;
549
if(container.includes('@language')) {
550
- // if container is a language map, simplify compacted value to
551
- // a simple string
+ // if container is a language map, simplify compacted value to
+ // a simple string
552
if(_isValue(compactedItem)) {
553
compactedItem = compactedItem['@value'];
554
}
0 commit comments