typo in docs (#1934)
typo indocs Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
---
|
||||
title: "cos"
|
||||
excerpt: "Computes the sine of a number (in radians)."
|
||||
excerpt: "Computes the cosine of a number (in radians)."
|
||||
layout: manual
|
||||
---
|
||||
|
||||
Computes the sine of a number (in radians).
|
||||
Computes the cosine of a number (in radians).
|
||||
|
||||
|
||||
|
||||
|
||||
@ -22386,7 +22386,7 @@
|
||||
},
|
||||
{
|
||||
"name": "cos",
|
||||
"summary": "Computes the sine of a number (in radians).",
|
||||
"summary": "Computes the cosine of a number (in radians).",
|
||||
"description": "",
|
||||
"tags": [
|
||||
"math"
|
||||
|
||||
Reference in New Issue
Block a user