Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Oct 28, 2022
1 parent e7cec03 commit 1bf5244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MolangData/General.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export namespace General {
documentation:
"Requires at least 3 arguments. Evaluates the first argument, then returns 1.0 if all of the following arguments evaluate to the same value as the first. Otherwise it returns 0.0.",
parameters: [
{ id: "evualate", documentation: "The value to evualate" },
{ id: "evaluate", documentation: "The value to evaluate" },
{ id: "first", documentation: "The first value to compare" },
{ id: "second", documentation: "The first value to compare" },
],
Expand All @@ -216,7 +216,7 @@ export namespace General {
documentation:
"Requires at least 3 arguments. Evaluates the first argument, then returns 1.0 if any of the following arguments evaluate to the same value as the first. Otherwise it returns 0.0.",
parameters: [
{ id: "evualate", documentation: "The value to evualate" },
{ id: "evaluate", documentation: "The value to evaluate" },
{ id: "first", documentation: "The first value to compare" },
{ id: "second", documentation: "The first value to compare" },
],
Expand Down Expand Up @@ -532,7 +532,7 @@ export namespace General {
documentation:
"Requires 3 numerical arguments: some value, a minimum, and a maximum. If the first argument is between the minimum and maximum (inclusive), returns 1.0. Otherwise returns 0.0.",
parameters: [
{ id: "evualate", documentation: "The value to evualate" },
{ id: "evaluate", documentation: "The value to evaluate" },
{
id: "minimum",
documentation: "The first value to compare, inclusive",
Expand Down

0 comments on commit 1bf5244

Please sign in to comment.