diff --git a/Storage/Storage/Public/LCObject.cs b/Storage/Storage/Public/LCObject.cs
index 2ef9359..61be51c 100644
--- a/Storage/Storage/Public/LCObject.cs
+++ b/Storage/Storage/Public/LCObject.cs
@@ -136,7 +136,7 @@ namespace LeanCloud.Storage {
///
/// Gets or sets a value on the object. It is forbidden to name keys
- /// with '_'.
+ /// with a leading underscore ('_').
///
/// The value for key.
///