English review (#432)
authorDivya G K <37893210+divyk@users.noreply.github.com>
Mon, 3 Sep 2018 03:53:18 +0000 (09:23 +0530)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 3 Sep 2018 03:53:18 +0000 (12:53 +0900)
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiNetwork.cs

index 31f3fb8..4bb8fa0 100755 (executable)
@@ -65,7 +65,7 @@ namespace Tizen.Network.WiFi
         /// The raw Service Set Identifier (SSID).
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// <value>Raw SSID of the Wi-Fi.</value>
+        /// <value>Represents the raw SSID of the Wi-Fi.</value>
         public byte[] RawSsid
         {
             get
@@ -345,7 +345,7 @@ namespace Tizen.Network.WiFi
         }
 
         /// <summary>
-        /// The raw country code
+        /// The raw country code.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// <value>Represents the raw country code of the Wi-Fi.</value>
@@ -411,7 +411,7 @@ namespace Tizen.Network.WiFi
         }
 
         /// <summary>
-        /// Gets the Bssid list
+        /// Gets the Bssid list.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// <returns>A list of BSSIDs of access points with the same SSID as that of this access point.</returns>