File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -852,10 +852,10 @@ defmodule Inspect.Algebra do
852852      document within it. Overall, this has an effect similar 
853853      to swapping the order groups break. For example, if you have 
854854      a `parent_group(child_group)` and they do not fit, the parent 
855-       will convert  breaks into newlines, hoping  the child group fits.  
856-       However, if the child group is optimistic, then the parent can  
857-       assume that it will fit , leaving the overall fitting decision  
858-       to the child 
855+       converts  breaks into newlines first, allowing  the child to compute  
856+       if it fits.  However, if the child group is optimistic and it  
857+       has breaks, then the parent assumes it fits , leaving the overall 
858+       fitting decision  to the child 
859859
860860    * `:pessimistic` - the group fits if it fits within the given 
861861      width. However it disables any optimistic group within it 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments