diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-04-11 12:41:59 +0200 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2017-04-11 10:43:23 -0400 |
commit | 5e5ac86a540be90479cd77a2e593174c21a380c0 (patch) | |
tree | 823f8ea58e5d6ae18f0b349c8f2901bb095d51ef /docs/src | |
parent | cd937833a7e08d119f41f89f7bed8d78b594e9e4 (diff) | |
download | libuv-5e5ac86a540be90479cd77a2e593174c21a380c0.tar.gz libuv-5e5ac86a540be90479cd77a2e593174c21a380c0.zip |
doc: fix docs/src/fs.rst build warning
This commit fixes a warning about the title underline
being too short.
PR-URL: https://github.com/libuv/libuv/pull/1300
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/fs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/fs.rst b/docs/src/fs.rst index 17e328c7..234713ec 100644 --- a/docs/src/fs.rst +++ b/docs/src/fs.rst @@ -2,7 +2,7 @@ .. _fs: File system operations -===================== +====================== libuv provides a wide variety of cross-platform sync and async file system operations. All functions defined in this document take a callback, which is |