typo in docs (#1934)
typo indocs Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -18,7 +18,7 @@ pub async fn cos(args: Args) -> Result<MemoryItem, KclError> {
|
||||
args.make_user_val_from_f64(result)
|
||||
}
|
||||
|
||||
/// Computes the sine of a number (in radians).
|
||||
/// Computes the cosine of a number (in radians).
|
||||
///
|
||||
/// ```no_run
|
||||
/// const anotherVar = cos(2*pi())
|
||||
|
Reference in New Issue
Block a user