[Issue 17624] New: typo in Fields documentation section of https://dlang.org/library/object/exception.html

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jul 8 21:10:47 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17624

          Issue ID: 17624
           Summary: typo in Fields documentation section of
                    https://dlang.org/library/object/exception.html
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: kheaser at gmail.com

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.

--


More information about the Digitalmars-d-bugs mailing list