From 46970e1731e6c85e98a86631a89617025e8a0910 Mon Sep 17 00:00:00 2001
From: Sabeena Sankanur <35525967+sabeena21@users.noreply.github.com>
Date: Mon, 3 Sep 2018 10:43:27 +0530
Subject: [PATCH] English Review UsbInterface.cs (#420)
---
src/Tizen.System.Usb/Usb/UsbInterface.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Tizen.System.Usb/Usb/UsbInterface.cs b/src/Tizen.System.Usb/Usb/UsbInterface.cs
index f86d277..244306b 100755
--- a/src/Tizen.System.Usb/Usb/UsbInterface.cs
+++ b/src/Tizen.System.Usb/Usb/UsbInterface.cs
@@ -100,7 +100,7 @@ namespace Tizen.System.Usb
/// http://tizen.org/feature/usb.host
/// The required feature is not supported.
///
- /// Throws exception if device is disconnected or not opened for operation.
+ /// Throws exception if the device is disconnected or not opened for operation.
///
/// 5
public string InterfaceString
@@ -116,7 +116,7 @@ namespace Tizen.System.Usb
///
/// Claims the interface on a device. The interface must be claimed first to perform I/O operations.
///
- /// Set to true to auto detach the kernel driver, false otherwise.
+ /// Set to true to auto detach the kernel driver, otherwise false .
/// http://tizen.org/feature/usb.host
/// The required feature is not supported.
///
@@ -143,8 +143,8 @@ namespace Tizen.System.Usb
///
/// http://tizen.org/feature/usb.host
/// The required feature is not supported.
- /// Throws exception if device is disconnected or not opened for operation.
- /// Throws exception if user has insufficient permission on device.
+ /// Throws exception if the device is disconnected or not opened for operation.
+ /// Throws exception if user has insufficient permission on the device.
/// 4
public void Release()
{
--
2.7.4