Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit c4ecdf8

Browse files
committed
Update README.md
1 parent d350830 commit c4ecdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TypeQL language library for Java allows you to construct TypeQL queries programm
1313
match $x isa person, has name "alice", has age 32;
1414
```
1515

16-
The TypeQL query above can be constructed programmatically in Java, in the following way.
16+
The native TypeQL query above can be constructed programmatically in Java using this library, in the following way.
1717

1818
```java
1919
TypeQL.match(var("x").isa("person").has("name", "alice").has("age", 32));

0 commit comments

Comments
 (0)