Browse Source

Update Volume of a Cuboid.md

PythonCoder8 3 years ago
parent
commit
1335039f65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      8 kyu/Volume of a Cuboid/Volume of a Cuboid.md

+ 1 - 1
8 kyu/Volume of a Cuboid/Volume of a Cuboid.md

@@ -1,3 +1,3 @@
-# 8 kyu - Volume of a Cuboid - Authored By user5196477
+# 8 kyu - Volume of a Cuboid - Authored by user5196477
 
 Bob needs a fast way to calculate the volume of a cuboid with three values: length, width and the height of the cuboid. Write a function to help Bob with this calculation.