Skip to content

Commit f372174

Browse files
committed
applied suggestions to verbiage
1 parent 3a8363b commit f372174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/Camera.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ cameraExport.getPicture = function (successCallback, errorCallback, options) {
144144
const cameraDirection = getValue(options.cameraDirection, Camera.Direction.BACK);
145145

146146
if (allowEdit) {
147-
console.warn('allowEdit is deprecated. It does not work reliably on all platforms. Utilise a dedicated image editing library instead. allowEdit functionality is scheduled to be removed in the next major release.');
147+
console.warn('allowEdit is deprecated. It does not work reliably on all platforms. Utilise a dedicated image editing library instead. allowEdit functionality is scheduled to be removed in a future release.');
148148
}
149149

150150
const args = [quality, destinationType, sourceType, targetWidth, targetHeight, encodingType,

0 commit comments

Comments
 (0)