Skip to content

Fix typos in repo #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ minutes of past meetings can be found on our
## Setting up a development environment

First, you need to fork the project. After you have done this clone your forked repo. You can do this by
executing the folowing
executing the following

```bash
git clone https://github.com/<your-github-username>/xeus-cpp.git
Expand All @@ -35,7 +35,7 @@ micromamba create -f environment-dev.yml -y
micromamba activate xeus-cpp
```

You are now in a position to install xeus-cpp into this envirnoment. You can do this by executing
You are now in a position to install xeus-cpp into this environment. You can do this by executing

```bash
mkdir build
Expand All @@ -61,7 +61,7 @@ pytest -sv test_xcpp_kernel.py
## Setting up a development environment (wasm instructions)

First, you need to fork the project. After you have done this clone your forked repo. You can do this by
executing the folowing
executing the following

```bash
git clone https://github.com/<your-github-username>/xeus-cpp.git
Expand Down
2 changes: 1 addition & 1 deletion docs/source/InstallationAndUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Once the Jupyter Lite site has built you can test the website locally by executi
Installing from conda-forge
===========================

If you have conda installed then you can install xeus-cpp using the follwing command
If you have conda installed then you can install xeus-cpp using the following command

.. code-block:: bash

Expand Down
4 changes: 2 additions & 2 deletions share/xeus-cpp/tagfiles/cppreference-doxygen-web.tag
Original file line number Diff line number Diff line change
Expand Up @@ -38138,8 +38138,8 @@
</member>
<member kind="function">
<type>T</type>
<name>select_on_container_copy_contruction</name>
<anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_contruction</anchorfile>
<name>select_on_container_copy_construction</name>
<anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_construction</anchorfile>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this file came from the "internet". Maybe we should not touch it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also thought this came from somewhere on the internet, but the document on these lines is wrong . Its supposed to be pointing to https://en.cppreference.com/w/cpp/memory/polymorphic_allocator/select_on_container_copy_construction (with the end of the link being the anchorfile), but as you can the anchorfile is not correct, due to the typo.

<anchor></anchor>
<arglist>(T... args)</arglist>
</member>
Expand Down
Loading