Skip to content

Commit

Permalink
capitalize some characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevsNight authored Oct 23, 2021
1 parent 65146c8 commit 6afd76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ The length has many types but in this time we see only some very frequently used
// The output is : 10000000

### Centimetre to Yard => cmToYd(cm)
// the cmToYd() function are take centimeter value and return there
// The cmToYd() function are take centimeter value and return there
// yard value.
console.log(solverjs.cmToYd(1));
// The output is : 0.010936132983377079
Expand Down

0 comments on commit 6afd76d

Please sign in to comment.