Skip to content

Commit e4d4d5e

Browse files
gnumonikbladyjoker
andauthored
Update lambda-buffers-proto/compiler.proto
Co-authored-by: Dražen Popović <bladyjoker@gmail.com>
1 parent 094f68c commit e4d4d5e

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
@@ -508,7 +508,7 @@ message Module {
508508
repeated ClassDef class_defs = 3;
509509
// Type class instance clauses.
510510
repeated InstanceClause instances = 4;
511-
// Imported modules. Needed to determine imported instances
511+
// Imported modules the Compiler consults when searching for instance clauses.
512512
repeated ModuleName imports = 5;
513513
// Source information.
514514
SourceInfo source_info = 6;

0 commit comments

Comments
 (0)