Skip to content

Commit

Permalink
Merge pull request #9856 from arjunravinarayan/sql_comment_fix
Browse files Browse the repository at this point in the history
sql: minor comment fix in proto documentation
  • Loading branch information
Arjun Narayan committed Oct 10, 2016
2 parents 92754eb + 662aa2a commit cb36f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/sqlbase/structured.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sql/sqlbase/structured.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "gogoproto/gogo.proto";

message ColumnType {
// These mirror the types supported by the sql/parser. See
// sql/parser/types.go.
// sql/parser/col_types.go.
enum Kind {
BOOL = 0;
INT = 1; // INT(width)
Expand Down

0 comments on commit cb36f48

Please sign in to comment.