[DOC] Fix false link to ::Data

This commit is contained in:
Alan Wu 2022-12-09 21:56:02 -05:00 committed by GitHub
parent 22d391dc63
commit 5404e2fd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
file.c
View File

@ -7074,7 +7074,7 @@ const char ruby_null_device[] =
* *
* === \Data Mode Specified as an \Integer * === \Data Mode Specified as an \Integer
* *
* Data mode cannot be specified as an integer. * \Data mode cannot be specified as an integer.
* When the stream access mode is given as an integer, * When the stream access mode is given as an integer,
* the data mode is always text, never binary. * the data mode is always text, never binary.
* *