Browse Source

fixed NumOp documentation

pull/293/head
HalidOdat 5 years ago
parent
commit
593955f951
  1. 1
      boa/src/syntax/ast/op.rs

1
boa/src/syntax/ast/op.rs

@ -18,6 +18,7 @@ pub trait Operator {
/// Arithmetic operators take numerical values (either literals or variables)
/// as their operands and return a single numerical value.
///
/// More information:
/// - MDN documentation:
/// <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#Arithmetic>

Loading…
Cancel
Save