Commit 499a3419 authored by Robert Knight's avatar Robert Knight

Correct a doc comment

parent e9358e89
......@@ -5,13 +5,13 @@ const util = require('../util');
function init(settings) {
return {
/**
* The id of the direct-linked group.
* The ID of the direct-linked group.
* @type {string}
*/
directLinkedGroupId: settings.group || null,
/**
* The id of the direct-linked annotation's group.
* The ID of the direct-linked annotation.
* @type {string}
*/
directLinkedAnnotationId: settings.annotations || null,
......
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