Update src/Tizen.NUI/src/public/BaseComponents/VideoView.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 16 Sep 2021 03:14:59 +0000 (12:14 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
src/Tizen.NUI/src/public/BaseComponents/VideoView.cs

index f64d7e9..a6cf6a1 100755 (executable)
@@ -389,7 +389,7 @@ namespace Tizen.NUI.BaseComponents
         /// How to get native player handle
         /// <code>
         /// VideoView videoView = new VideoView();
-        /// videoView.ResourceUrl = "some xxx video path";
+        /// videoView.ResourceUrl = "some video path";
         /// var handle = videoView.NativeHandle;
         /// if(handle?.IsInvalid == false)
         /// {