From 0aa7135e908ed9544d32fe56ff77c7fb4a902557 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 13 Sep 2022 17:59:58 +0200 Subject: [PATCH] Fixing documentation --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 14e6277..45e8ab3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -67,7 +67,7 @@ The service exposes `its methods <../api-docs/index.html>`_ using a standard nam import org.gcube.gcat.client.Item; // count item number -Item item = new Item(); -int count = item.count(); + Item item = new Item(); + int count = item.count(); ... - +