File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
java/org/pkl/core/util/yaml Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- /**
1
+ /*
2
2
* Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change @@ -797,9 +797,9 @@ jsonParseError=\
797
797
Error parsing JSON document.
798
798
799
799
jsonParseErrorDynamicPropertyDefault =\
800
- Cannot parse object with key `default` into ` Dynamic`.\
800
+ Cannot parse an object with key `" default" ` into a ` Dynamic`.\
801
801
\n \
802
- Try parsing into `Mapping` instead with `useMapping = true` in `pkl.json#Parser`.
802
+ Try parsing into a `Mapping` instead, by setting `useMapping = true` in the `pkl.json#Parser`.
803
803
804
804
yamlParseError =\
805
805
Error parsing YAML document.
@@ -810,9 +810,9 @@ Error parsing YAML document: The number of aliases for collection nodes exceeds
810
810
To increase the allowed maximum, set `YamlRenderer.maxCollectionAliases`.
811
811
812
812
yamlParseErrorDynamicPropertyDefault =\
813
- Cannot parse object with key `default` into ` Dynamic`.\
813
+ Cannot parse an object with key `default` into a ` Dynamic`.\
814
814
\n \
815
- Try parsing into `Mapping` instead with `useMapping = true` in `pkl.yaml#Parser`.
815
+ Try parsing into a `Mapping` instead, by setting `useMapping = true` in the `pkl.yaml#Parser`.
816
816
817
817
evaluationTimedOut =\
818
818
Evaluation timed out after {0,number,#.##} second(s).
You can’t perform that action at this time.
0 commit comments