Commit 8a0a6d64 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Fix comment

Change-Id: Ibd687d1fd8bdce9719c8efb38fc78a341ae4764d
Reviewed-on: https://chromium-review.googlesource.com/c/1318770Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605516}
parent 85adc2a6
......@@ -7,7 +7,7 @@
(function() {
/**
* Check if |value| equals the |desiredValue| with 1% margin of tolerance.
* Check if |value| equals the |desiredValue| within 1% margin of tolerance.
* @param {number} value The variable value.
* @param {number} desiredValue The desired value.
* @return {boolean}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment