소스 검색

Changing wording in scale example

* 'decimal places' used instead of 'precision'  
* Implicit example of using scale
kalebo 8 년 전
부모
커밋
262561ca78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/bc.md

+ 1 - 1
pages/common/bc.md

@@ -10,7 +10,7 @@
 
 `bc <<< "(1 + 2) * 2 ^ 2"`
 
-- Calculate with the given precision:
+- Calculate expression and force number of decimal places to 10:
 
 `bc <<< "scale=10; 5 / 3"`