Skip to content

Commit da80ba2

Browse files
committed
Update comment.
1 parent 2b9d463 commit da80ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/src/ProcessCmt.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ let rec forTypeSignatureItem ~(env : SharedTypes.Env.t) ~(exported : Exported.t)
2525
Stamps.addValue
2626
in
2727
let declared =
28-
(* When an id is shadowed, a module constraing without the doc comment is created.
29-
Here the existing doc comment is restored. *)
28+
(* When an id is shadowed, a module constraint without the doc comment is created.
29+
Here the existing doc comment is restored. See https://github.com/rescript-lang/rescript-vscode/issues/621 *)
3030
match oldDeclared with
3131
| Some oldDeclared when declared.docstring = [] ->
3232
let newDeclared = {declared with docstring = oldDeclared.docstring} in

0 commit comments

Comments
 (0)