Skip to content

Commit

Permalink
错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 25, 2017
1 parent 3d6da2d commit 281e21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/XLua/Src/LuaTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public int Length
}

#if THREAD_SAFE || HOTFIX_ENABLE
[Obsolete("not thread saft!", true)]
[Obsolete("not thread safe!", true)]
#endif
public IEnumerable GetKeys()
{
Expand All @@ -290,7 +290,7 @@ public IEnumerable GetKeys()
}

#if THREAD_SAFE || HOTFIX_ENABLE
[Obsolete("not thread saft!", true)]
[Obsolete("not thread safe!", true)]
#endif
public IEnumerable<T> GetKeys<T>()
{
Expand Down

0 comments on commit 281e21b

Please sign in to comment.