File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ minutes of past meetings can be found on our
18
18
## Setting up a development environment
19
19
20
20
First, you need to fork the project. After you have done this clone your forked repo. You can do this by
21
- executing the folowing
21
+ executing the following
22
22
23
23
``` bash
24
24
git clone https://github.com/< your-github-username> /xeus-cpp.git
@@ -35,7 +35,7 @@ micromamba create -f environment-dev.yml -y
35
35
micromamba activate xeus-cpp
36
36
```
37
37
38
- You are now in a position to install xeus-cpp into this envirnoment . You can do this by executing
38
+ You are now in a position to install xeus-cpp into this environment . You can do this by executing
39
39
40
40
``` bash
41
41
mkdir build
@@ -61,7 +61,7 @@ pytest -sv test_xcpp_kernel.py
61
61
## Setting up a development environment (wasm instructions)
62
62
63
63
First, you need to fork the project. After you have done this clone your forked repo. You can do this by
64
- executing the folowing
64
+ executing the following
65
65
66
66
``` bash
67
67
git clone https://github.com/< your-github-username> /xeus-cpp.git
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Once the Jupyter Lite site has built you can test the website locally by executi
100
100
Installing from conda-forge
101
101
===========================
102
102
103
- If you have conda installed then you can install xeus-cpp using the follwing command
103
+ If you have conda installed then you can install xeus-cpp using the following command
104
104
105
105
.. code-block :: bash
106
106
Original file line number Diff line number Diff line change 38138
38138
</member>
38139
38139
<member kind="function">
38140
38140
<type>T</type>
38141
- <name>select_on_container_copy_contruction </name>
38142
- <anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_contruction </anchorfile>
38141
+ <name>select_on_container_copy_construction </name>
38142
+ <anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_construction </anchorfile>
38143
38143
<anchor></anchor>
38144
38144
<arglist>(T... args)</arglist>
38145
38145
</member>
You can’t perform that action at this time.
0 commit comments