Skip to content

Commit

Permalink
cosmetic readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Brüll committed Nov 17, 2010
1 parent a632040 commit 5ed1848
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rdoc
Expand Up @@ -92,11 +92,11 @@ To find statements by thier assigned coordinates, the following methods are prov
The previously create statement will be returned by

repository.statements.find_inside_box :type => cartesian_type,
:predicate => "<a_predicate>",
:x_min => 10,
:y_min => 10,
:x_max => 30,
:y_max => 30
:predicate => "<a_predicate>",
:x_min => 10,
:y_min => 10,
:x_max => 30,
:y_max => 30

== Transactions

Expand Down

0 comments on commit 5ed1848

Please sign in to comment.