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+ /* 
22 * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. 
33 * 
44 * Licensed under the Apache License, Version 2.0 (the "License"); 
Original file line number Diff line number Diff line change @@ -762,9 +762,9 @@ jsonParseError=\
762762Error parsing JSON document. 
763763
764764jsonParseErrorDynamicPropertyDefault =\ 
765- Cannot parse object with key `default` into `  Dynamic`.\ 
765+ Cannot parse an  object with key `" default" ` into a ` Dynamic`.\ 
766766\n \
767- Try parsing into `Mapping` instead with  `useMapping = true` in `pkl.json#Parser`. 
767+ Try parsing into a  `Mapping` instead, by setting  `useMapping = true` in the  `pkl.json#Parser`. 
768768
769769yamlParseError =\ 
770770Error parsing YAML document. 
@@ -775,9 +775,9 @@ Error parsing YAML document: The number of aliases for collection nodes exceeds
775775To increase the allowed maximum, set `YamlRenderer.maxCollectionAliases`. 
776776
777777yamlParseErrorDynamicPropertyDefault =\ 
778- Cannot parse object with key `default` into `  Dynamic`.\ 
778+ Cannot parse an  object with key `default` into a ` Dynamic`.\ 
779779\n \
780- Try parsing into `Mapping` instead with  `useMapping = true` in `pkl.yaml#Parser`. 
780+ Try parsing into a  `Mapping` instead, by setting  `useMapping = true` in the  `pkl.yaml#Parser`. 
781781
782782evaluationTimedOut =\ 
783783Evaluation timed out after {0,number,#.##} second(s). 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments