From d701590e937d50c16eb5af90fd9e51a64d59663f Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 14 Jun 2019 17:40:52 +0000 Subject: [PATCH] Bug 22358: (QA follow-up) Clear up phrasing Signed-off-by: Nick Clemens --- Koha/SharedContent.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/SharedContent.pm b/Koha/SharedContent.pm index fd1090e743..01f1048412 100644 --- a/Koha/SharedContent.pm +++ b/Koha/SharedContent.pm @@ -28,12 +28,12 @@ use C4::Context; =head1 NAME -Koha::SharedContent - Set of methods to querying Mana KB server +Koha::SharedContent - Set of methods ofr querying Mana KB server =head1 DESCRIPTION Package for accessing shared content via Mana KB. Methods here are intended -to build and process queries for requesting Mana KB server. +to build and process queries for requesting from Mana KB server. =cut @@ -82,8 +82,8 @@ sub process_request { Koha::SharedContent::increment_entity_value($entity_type, $mana_entity_id, $field); -Increment of 1 the field $field of a Mana entity. I.e, this is used to count the number -of Koha instance using a specific entity. +Increment by 1 the field $field of a Mana entity. I.e, this is used to count the number +of Koha instances using a specific entity. =cut -- 2.11.0