mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +03:00 
			
		
		
		
	Fixed some typos in ifaces conversion descriptions
This commit is contained in:
		 UPSquared
					UPSquared
				
			
				
					committed by
					
						 Stefan Andritoiu
						Stefan Andritoiu
					
				
			
			
				
	
			
			
			 Stefan Andritoiu
						Stefan Andritoiu
					
				
			
						parent
						
							a03e468a2a
						
					
				
				
					commit
					75ffc8452c
				
			| @@ -43,9 +43,9 @@ namespace upm | ||||
|       * | ||||
|       * 1. Inch | ||||
|       * | ||||
|       * @param celsiusValue Celsius degrees value | ||||
|       * @param unit The temperature unit for the conversion. | ||||
|       * @return The converted temperature value | ||||
|       * @param cmValue Cm distance value | ||||
|       * @param unit The distance unit for the conversion. | ||||
|       * @return The converted distance value | ||||
|       */ | ||||
|     static float convertCmTo(float cmValue, DistanceUnit unit); | ||||
|   }; | ||||
|   | ||||
| @@ -47,9 +47,9 @@ namespace upm | ||||
|      * 3. Torr | ||||
|      * 4. Pounds per square inch | ||||
|      * | ||||
|      * @param celsiusValue Celsius degrees value | ||||
|      * @param unit The temperature unit for the conversion. | ||||
|      * @return The converted temperature value | ||||
|      * @param paValue Pa pressure value | ||||
|      * @param unit The pressure unit for the conversion. | ||||
|      * @return The converted pressure value | ||||
|      */ | ||||
|     static float convertPaTo(float paValue, PressureUnit unit); | ||||
|   }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user