From a2f551af6ae21120a68a43a5029f4468e34070a2 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 15 Sep 2015 13:08:15 -0500 Subject: [PATCH] Comment fix --- ionic/plugins/camera-roll/camera-roll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/plugins/camera-roll/camera-roll.ts b/ionic/plugins/camera-roll/camera-roll.ts index f8208b5ced..26c19d57a9 100644 --- a/ionic/plugins/camera-roll/camera-roll.ts +++ b/ionic/plugins/camera-roll/camera-roll.ts @@ -4,7 +4,7 @@ import * as util from 'ionic/util'; import {NativePlugin} from '../plugin'; /** - * Manage the appearance of the native status bar. + * Save and load photos from the Camera Roll */ @NativePlugin({ name: 'CameraRoll',