mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 18:40:50 +08:00 
			
		
		
		
	Fix typo
This commit is contained in:
		@@ -11,7 +11,7 @@ internal static class Ratio
 | 
			
		||||
        {
 | 
			
		||||
            var (div, mod) = ((int)(x / y), x % y);
 | 
			
		||||
 | 
			
		||||
            // If remainder is withing .0001 of 1 then we round up
 | 
			
		||||
            // If remainder is within .0001 of 1 then we round up
 | 
			
		||||
            if (!(mod > 0.9999))
 | 
			
		||||
            {
 | 
			
		||||
                return (div, mod);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user