Skip to content
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

docs: fix typos #105

Merged
merged 1 commit into from
Apr 19, 2021
Merged
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
2 changes: 1 addition & 1 deletion docs/source/basis/basic_systems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Constraints definition and system solving

.. include:: ../substitutions.sub

A system in Kiwi is defined by a set of contraints that can be either
A system in Kiwi is defined by a set of constraints that can be either
equalities or inequalities (>= and <= only, strict inequalities are not
accepted), each of which can have an associated strength making more or less
important to respect when solving the problem. The next sections will cover how
Expand Down
2 changes: 1 addition & 1 deletion docs/source/basis/solver_internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In the dump, the letters have the following meaning:
- i: invalid symbol, returned when no valid symbol can be found.


Stay contraints emulation
Stay constraints emulation
-------------------------

One feature of Cassowary that Kiwi abandoned is the notion of stay
Expand Down
2 changes: 1 addition & 1 deletion docs/source/use_cases/enaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ quite painful to write by hand.

To make constraints definition easier, Enaml relies on helpers function and
classes. In the following, we will focus on how horizontal and vertical boxes
constraints are handled, by studing the following example in details:
constraints are handled, by studying the following example in details:

.. image:: enaml_hbox.svg

Expand Down