php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #63505 [FR] Inconsistency in french version of "MongoCollection::remove"
Submitted: 2012-11-13 17:09 UTC Modified: 2012-11-15 11:32 UTC
From: julien at palard dot fr Assigned: yannick (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2012-11-13 17:09 UTC] julien at palard dot fr
Description:
------------
---
From manual page: http://www.php.net/mongocollection.remove#refsect1-mongocollection.remove-parameters
---

In "Safe" section:

"une exception MongoCursorException si l'insertion a échouée. "

should be:

"une exception MongoCursorException si la suppression a échouée. "

According to the given test script, "insertion" is misused a few other times in the page

Test script:
---------------
wget -qO- 'http://www.php.net/mongocollection.remove#refsect1-mongocollection.remove-parameters' | grep -C5 'insertion'

Expected result:
----------------
Test script shall not print

Actual result:
--------------
Test result shows that the "insertion" is used in place of "suppression".

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-14 02:07 UTC] aharvey@php.net
-Summary: Inconsistency in french version of "MongoCollection::remove" +Summary: [FR] Inconsistency in french version of "MongoCollection::remove" -Package: Documentation problem +Package: Translation problem
 [2012-11-15 11:31 UTC] yannick@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=328363
Log: Fix bug #63505
 [2012-11-15 11:32 UTC] yannick@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2012-11-15 11:32 UTC] yannick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: yannick
 [2020-12-30 12:49 UTC] nikic@php.net
Automatic comment on behalf of yannick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=3be75e277d0df204fc6a801335bd6f5371c0b6d9
Log: Fix bug #63505
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 05:01:31 2024 UTC