summaryrefslogtreecommitdiff
path: root/Documentation/guides/introduction.rst
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-05-04 16:48:20 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-05-04 19:45:40 +0300
commitc7dbb45ea617dcc89612d86044d9333b090d430d (patch)
tree54bd63161ede9eb6bb3e18c8f6a14629d995a8c0 /Documentation/guides/introduction.rst
parent8a845ab078c3fe12ac4edd16c8cbac5b7ec03b98 (diff)
Documentation: Replace ’ by '
Replace U+2019 unicode character (’; right single quotation mark) by U+27 unicode character ('; apostrophe) as it is what most people are used to in sentences. While Sphinx seems to be rendering both the same way, it makes it easier for searching in rST files directly. Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Quentin Schulz <foss+libcamera@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/guides/introduction.rst')
-rw-r--r--Documentation/guides/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/introduction.rst b/Documentation/guides/introduction.rst
index a4671a07..d080679f 100644
--- a/Documentation/guides/introduction.rst
+++ b/Documentation/guides/introduction.rst
@@ -150,7 +150,7 @@ Architecture
------------
While offering a unified API towards upper layers, and presenting itself as a
-single library, libcamera isn’t monolithic. It exposes multiple components
+single library, libcamera isn't monolithic. It exposes multiple components
through its public API and is built around a set of separate helpers internally.
Hardware abstractions are handled through the use of device-specific components
where required and dynamically loadable plugins are used to separate image