Skip to content
Snippets Groups Projects
Unverified Commit ee15aea5 authored by Sebastian Schmitt's avatar Sebastian Schmitt Committed by GitHub
Browse files

Fix typo (#1579)

parent 5d6f90ff
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ Utility wrappers and containers ...@@ -28,7 +28,7 @@ Utility wrappers and containers
.. cpp:function:: template <typename T> any_cast(...) .. cpp:function:: template <typename T> any_cast(...)
Equivalent to ``std::any_cast`` for ``std::any`` arguments, ``any_cast`` Equivalent to ``std::any_cast`` for ``std::any`` arguments, ``any_cast``
also performs analagous casting for the :cpp:class:`unique_any` and also performs analogous casting for the :cpp:class:`unique_any` and
:cpp:class:`any_ptr` utility classes. :cpp:class:`any_ptr` utility classes.
See :ref:`cppcablecell`. See :ref:`cppcablecell`.
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Cable cell probing and sampling Cable cell probing and sampling
=============================== ===============================
Cable cell probe addresses are defined analagously to their counterparts in Cable cell probe addresses are defined analogously to their counterparts in
the C++ API (see :ref:`cablecell-probes` for details). Sample data recorded the C++ API (see :ref:`cablecell-probes` for details). Sample data recorded
by the Arbor simulation object is returned in the form of a NumPy array, by the Arbor simulation object is returned in the form of a NumPy array,
with the first column holding sample times, and subsequent columns holding with the first column holding sample times, and subsequent columns holding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment