Skip to content

Commit b742aba

Browse files
committed
Fix typos
1 parent 088ef1d commit b742aba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/basic_usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Manipulating Abstract Batches
1111
-----------------------------
1212

1313
Here is an example that computes the mean of two batches, using the best
14-
architecture available, based on compile time informations:
14+
architecture available, based on compile time information:
1515

1616
.. literalinclude:: ../../test/doc/manipulating_abstract_batches.cpp
1717

@@ -45,7 +45,7 @@ computes their mean, explicitly using the AVX extension:
4545

4646
.. literalinclude:: ../../test/doc/explicit_use_of_an_instruction_set.cpp
4747

48-
Note that in that case, the instruction set is explicilty specified in the batch
48+
Note that in that case, the instruction set is explicitly specified in the batch
4949
type. The flag passed down to the compiler need to make it possible for this
5050
architecture to be used.
5151

0 commit comments

Comments
 (0)