From 918d51792602388ac6591e99c73b935c614003db Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Mon, 14 Sep 2020 10:55:06 +0200 Subject: [PATCH] Code comment --- src/highlighter/Highlighter.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/highlighter/Highlighter.js b/src/highlighter/Highlighter.js index 3097617..9b992d1 100644 --- a/src/highlighter/Highlighter.js +++ b/src/highlighter/Highlighter.js @@ -95,9 +95,9 @@ export default class Highlighter { } /** - * Forces a new ID on the given annotation (or annotation with the given ID). - * This method handles the ID update within the Highlighter ONLY. It's up to - * the application to keep the RelationsLayer in sync! + * Forces a new ID on the annotation with the given ID. This method handles + * the ID update within the Highlighter ONLY. It's up to the application to + * keep the RelationsLayer in sync! * * @returns the updated annotation for convenience */