better c++ intro text

This commit is contained in:
John Cupitt 2021-06-04 20:59:59 +01:00
parent 1b6cd28fb8
commit 5cc4e07af7
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
### Introduction ### Introduction
This API is a thin layer over the libvips GObject API. it adds automatic The libvips C++ API is a thin layer over the libvips GObject API. It adds
reference counting, exceptions, operator overloads, and automatic constant automatic reference counting, exceptions, operator overloads, and automatic
expansion. constant expansion.
You can drop down to the C API at any point, so all the C API docs also You can drop down to the C API at any point, so all the C API docs also
work for C++. work for C++.