doc: remove stray '+'

This commit is contained in:
Justin Viiret 2017-11-15 12:39:10 +11:00 committed by Xiang Wang
parent 95c316afcc
commit 1450dc9993

View File

@ -383,7 +383,7 @@ The :c:type:`hs_platform_info_t` structure has two fields:
#. ``cpu_features``: This allows the application to specify a mask of CPU
features that may be used on the target platform. For example,
:c:member:`HS_CPU_FEATURES_AVX2` can be specified for Intel\ |reg| Advanced
Vector Extensions +2 (Intel\ |reg| AVX2) instruction set support. If a flag
Vector Extensions 2 (Intel\ |reg| AVX2) instruction set support. If a flag
for a particular CPU feature is specified, the database will not be usable on
a CPU without that feature.