Skip to content

Commit 46a8e87

Browse files
cstmlbladyjoker
andauthored
Apply suggestions from code review
Co-authored-by: Dražen Popović <bladyjoker@gmail.com>
1 parent 8fcf33e commit 46a8e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-buffers-proto/compiler.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ message KindCheckError {
642642
TyVar ty_var = 2;
643643
}
644644

645-
// Unbound variable ty_ref detected in term ty_def.
645+
// Unbound type reference ty_ref detected in term ty_def.
646646
message UnboundTyRefError {
647647
TyDef ty_def = 1;
648648
TyRef ty_ref = 2;

0 commit comments

Comments
 (0)