Skip to content

Commit e407a73

Browse files
committed
Small wording in report
1 parent 378a18e commit e407a73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tastydoc/report/report.pdf

-4 Bytes
Binary file not shown.

tastydoc/report/report.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ \chapter{Problems}
315315
To mitigate this problem, we first output types and then values so that when linking it links to the first one appearing in the page which would be a type and it is what we want in most cases. However, this does not solve the problem of linking to type parameters and of linking to overloaded methods.
316316

317317
\paragraph{Bug when calling owner}
318-
At the time of writing the documentation tool display methods inherited from Object and Any and not overridden (which is not the desired behaviour) because a bug in Dotty makes the program crash when calling \texttt{owner} of a symbol.
318+
At the time of writing the documentation tool displays methods inherited from Object or Any and not overridden (which is not the desired behaviour) because a bug in Dotty makes the program crash when calling \texttt{owner} from a symbol.
319319

320320
\chapter{Further work}
321321
Although the project is nearly complete, some work needs to be done to perfect the tool.

0 commit comments

Comments
 (0)