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.
Comment #1 by greensunny12 — 2017-07-13T09:17:11Z
Comment #2 by github-bugzilla — 2017-07-13T22:30:33Z
Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/180644a61436a8f3e64f1f8d8ea8ec1d2500c607 Fix Issue 17624 - typo in Fields documentation section of https://dlang.org/library/object/exception.html https://github.com/dlang/druntime/commit/08c1b885b83c0a1268e9aa34ece14fa61403573b Merge pull request #1871 from wilzbach/fix-17624 Fix Issue 17624 - typo in Fields documentation section of object/exception merged-on-behalf-of: David Nadlinger <[email protected]>
Comment #3 by github-bugzilla — 2017-08-07T12:26:10Z
Comment #4 by github-bugzilla — 2017-08-16T13:23:11Z