diff --git a/content/kotlin/concepts/math-methods/terms/cbrt/cbrt.md b/content/kotlin/concepts/math-methods/terms/cbrt/cbrt.md index c074412fc76..51ed765341b 100644 --- a/content/kotlin/concepts/math-methods/terms/cbrt/cbrt.md +++ b/content/kotlin/concepts/math-methods/terms/cbrt/cbrt.md @@ -1,6 +1,6 @@ --- Title: 'cbrt()' -Description: 'Returns the cube root of the argument.' +Description: 'Computes the number which, when cubed, gives the original input value.' Subjects: - 'Computer Science' Tags: