Skip to content

Commit 6faf0ba

Browse files
author
stepan-neretin7
committed
fix review remarks(doc, Makefile margins)
1 parent 91174e7 commit 6faf0ba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ DATA_built = $(RELEASE_SQL) \
3131

3232
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
3333
REGRESS = init tables points euler circle line ellipse poly path box index \
34-
contains_ops contains_ops_compat bounding_box_gist gnomo epochprop\
34+
contains_ops contains_ops_compat bounding_box_gist gnomo epochprop \
3535
spherepoint_array_center
3636

3737
ifneq ($(USE_HEALPIX),0)

Diff for: doc/operators.sgm

+4-2
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,10 @@
393393
The center operator <literal>@@</literal> is a non-boolean
394394
unary operator returning the center of an object. In the
395395
current implementation of <application>pgSphere</application>,
396-
only centers of circles, ellipses, point, array of points are supported. Instead
397-
of using the operator, you can use the function
396+
only centers of circles, ellipses, points, array of points are
397+
</para>
398+
<para>
399+
supported. Instead of using the operator, you can use the function
398400
<literal>center(object)</literal>.
399401
</para>
400402
<example>

0 commit comments

Comments
 (0)