From 4b9cf17cbb90028bfda431166f620618289e2209 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 28 Jan 2018 13:53:16 +0100 Subject: [PATCH] fix(call-log): comments erratum --- src/@ionic-native/plugins/call-log/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/@ionic-native/plugins/call-log/index.ts b/src/@ionic-native/plugins/call-log/index.ts index 9119f78b9..1438047fc 100644 --- a/src/@ionic-native/plugins/call-log/index.ts +++ b/src/@ionic-native/plugins/call-log/index.ts @@ -27,9 +27,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core'; export class CallLog extends IonicNativePlugin { /** - * This function does something - * @param dateFrom {string} get call logs from this date (format yyyy-dd-mm) - * @param dateTo {string} get call logs until this date (format yyyy-dd-mm) + * This function return the call logs + * @param dateFrom {string} get logs from this date (format yyyy-MM-dd) + * @param dateTo {string} get logs until this date (format yyyy-MM-dd) * @param filters {object[]} array of object to filter the query * Object must respect this structure {'name':'...', 'value': '...', 'operator': '=='} * (see https://github.com/creacore-team/cordova-plugin-calllog for more details)