aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/development')
-rw-r--r--docs/source/development/bindings.rst4
-rw-r--r--docs/source/development/reference/functions.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst
index 26becb92..c2d13077 100644
--- a/docs/source/development/bindings.rst
+++ b/docs/source/development/bindings.rst
@@ -30,8 +30,8 @@ Go bindings and idiomatic wrapper for PROJ
Julia
=====
-`Proj4.jl <https://github.com/JuliaGeo/Proj4.jl>`_"
-Low-level bindings and a Julian API over PROJ.
+`Proj4.jl <https://github.com/JuliaGeo/Proj4.jl>`_:
+Julia bindings and idiomatic wrapper for PROJ.
TCL
========
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index fb6dd9ff..3a7f9cae 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -180,7 +180,7 @@ paragraph for more details.
coordinate reference systems.
This is the same as :c:func:`proj_create_crs_to_crs` except that the source and
- target CRS are passed as PJ* objects which must of the CRS variety.
+ target CRS are passed as PJ* objects which must be of the CRS variety.
:param `options`: should be set to NULL currently.
@@ -268,7 +268,7 @@ Coordinate transformation
3. of length one, i.e. a constant, which will be treated as a fully
populated array of that constant value
- .. note:: Even though he coordinate components are named :c:data:`x`, :c:data:`y`,
+ .. note:: Even though the coordinate components are named :c:data:`x`, :c:data:`y`,
:c:data:`z` and :c:data:`t`, axis ordering of the to and from CRS
is respected. Transformations exhibit the same behavior
as if they were gathered in a :c:type:`PJ_COORD` struct.