www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17624] New: typo in Fields documentation section of

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 puremagic.com
          Reporter: kheaser 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.

--
Jul 08 2017