Skip to content

Commit e3d2875

Browse files
author
Dimitri Ratz
committed
More understandable kind terms.
1 parent 92f7ebc commit e3d2875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_specifications/lsp/3.18/language/references.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ export namespace ReferenceKind {
4949
/**
5050
* Statement with l-value usage of the selected variable.
5151
*/
52-
export const Lvalue = 1;
52+
export const Write = 1;
5353
/**
5454
* Statement with r-value usage of the selected variable.
5555
*/
56-
export const Rvalue = 2;
56+
export const Read = 2;
5757
/**
5858
* Location that constructs a variable of the selected type.
5959
*/

0 commit comments

Comments
 (0)