Skip to content

Commit 0253936

Browse files
jnthntatumcopybara-github
authored andcommitted
No-op doc change to trigger builds.
PiperOrigin-RevId: 900266859
1 parent a69b0ea commit 0253936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/ast.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ class Ast final {
136136
expr_version_ = expr_version;
137137
}
138138

139-
// Computes the source location (line and column) for the given expression id
139+
// Computes the source location (line and column) for the given expression ID
140140
// from the source info (which stores absolute positions).
141141
//
142-
// Returns a default (empty) source location if the expression id is not found
142+
// Returns a default (empty) source location if the expression ID is not found
143143
// or the source info is not populated correctly.
144144
SourceLocation ComputeSourceLocation(int64_t expr_id) const;
145145

0 commit comments

Comments
 (0)