Skip to content

Commit

Permalink
Merge pull request #25 from DevsNight/main
Browse files Browse the repository at this point in the history
capitalize some characters.
  • Loading branch information
suryapratapsinghsuryavanshi authored Oct 24, 2021
2 parents 65146c8 + 6afd76d commit c988962
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 c988962

Please sign in to comment.