Documentation issue in TList

Dear authors of ROOT,
I found some problem with TList documentation, there is misleading description in [TObject] * TList::FindObject ( const char * name ) const ((https://root.cern.ch/doc/master/classTObject.html))
Documentation says that this method " Delete a [TObjLink]" however this method only get object with given name.


ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


This pull request may fix this problem.

There are tons of tiny bugs in ROOT Documentation.

… and we are very happy to fix them when reported.

@pamputt I just merged the PR you mentioned. Thanks.

The documentation has been updated last night and the pull request has fixed the issue.