Bug 17624 – typo in Fields documentation section of https://dlang.org/library/object/exception.html
Status
RESOLVED
Resolution
FIXED
Severity
trivial
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2017-07-09T04:10:47Z
Last change time
2017-08-16T13:23:11Z
Keywords
pull
Assigned to
No Owner
Creator
Kyle Heaser
Comments
Comment #0 by kheaser — 2017-07-09T04:10:47Z
In the Fields section of https://dlang.org/library/object/exception.html
it says:
file string - The file name and line number of the D source code corresponding with where the error was thrown from.
...
line ulong - The file name and line number of the D source code corresponding with where the error was thrown from.
Believe it should say:
file string - The file name of the D source code corresponding with where the error was thrown from.
...
line ulong - The line number of the D source code corresponding with where the error was thrown from.