mirror of https://github.com/tc39/test262.git
Atomics: fix documentation in atomicsHelper.js
This commit is contained in:
parent
9bf48e619d
commit
d9084b98e7
|
@ -16,7 +16,7 @@ var $ATOMICS_MAX_TIME_EPSILON = 100;
|
|||
|
||||
/**
|
||||
*
|
||||
* @return {[type]} [description]
|
||||
* @return {String} A report sent from an agent.
|
||||
*/
|
||||
function getReport() {
|
||||
var r;
|
||||
|
|
Loading…
Reference in New Issue