Skip to content

Commit

Permalink
Langkit_Support.Slocs: fix a typo
Browse files Browse the repository at this point in the history
For GitHub issue #492
  • Loading branch information
pmderodat committed Jun 21, 2021
1 parent 1685f11 commit cfb2a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/langkit_support-slocs.ads
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ package Langkit_Support.Slocs is
-- All functions below assume that the textual representation of
-- Source_Location values have the form "L:C" (L being the line number, C
-- the column number) and Source_Location_Range have the form
-- "L1:C1-L2-C2" (L1 and C1 are numbers for the start sloc, L2 and C2 are
-- "L1:C1-L2:C2" (L1 and C1 are numbers for the start sloc, L2 and C2 are
-- the numbers for the end sloc).

function Image (Sloc : Source_Location) return String is
Expand Down

0 comments on commit cfb2a65

Please sign in to comment.