[doc] Fix typo in equals documentation
diff --git a/documentation/aql_service_anyservices.html b/documentation/aql_service_anyservices.html
index 6c287eb..46b245d 100644
--- a/documentation/aql_service_anyservices.html
+++ b/documentation/aql_service_anyservices.html
@@ -124,7 +124,7 @@
<h3>equals(o1: java.lang.Object, o2: java.lang.Object) = Boolean</h3>
<p>
- Indicates whether the object "o1" i"the same as the object "o2". For more information refer to the Object#equals(Object) method.
+ Indicates whether the object "o1" is the same as the object "o2". For more information refer to the Object#equals(Object) method.
</p>
<table class="table table-striped table-bordered table-condensed">
<thead>