diff --git a/Storage/Storage/Public/LCObject.cs b/Storage/Storage/Public/LCObject.cs
index 61be51c..623af16 100644
--- a/Storage/Storage/Public/LCObject.cs
+++ b/Storage/Storage/Public/LCObject.cs
@@ -138,7 +138,7 @@ namespace LeanCloud.Storage {
/// Gets or sets a value on the object. It is forbidden to name keys
/// with a leading underscore ('_').
///
- /// The value for key.
+ /// The name of a key.
///
public object this[string key] {
get {