Skip to content

Commit 865d6f8

Browse files
authored
Merge pull request #2717 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents eb4ca5d + 898d824 commit 865d6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/basic-filebuf-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ bool is_open() const;
300300

301301
### Return Value
302302

303-
**true** if the file pointer isn't a null pointer.
303+
**true** if the file pointer isn't null.
304304

305305
### Example
306306

@@ -371,7 +371,7 @@ The default file opening protection, equivalent to the *shflag* parameter in [_f
371371
372372
### Return Value
373373
374-
If the file pointer is a null pointer, the function returns a null pointer. Otherwise, it returns **this**.
374+
If the buffer is already open, or if the file pointer is a null pointer, the function returns a null pointer. Otherwise, it returns **this**.
375375
376376
### Remarks
377377

0 commit comments

Comments
 (0)