Skip to content

Commit

Permalink
[MetadataEditor] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsgwon committed Jan 2, 2024
1 parent 55e8f2a commit a3c20b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ public string UnsyncLyrics
/// Internal error.<br/>
/// </exception>
/// <exception cref="ObjectDisposedException">The <see cref="MetadataEditor"/> has already been disposed of.</exception>
[Obsolete("Deprecated in API12; Will be removed in API14")]
/// <since_tizen> 3 </since_tizen>
[Obsolete("Deprecated in API12; Will be removed in API14")]
public void Commit()
{
if (_isFileReadOnly)
Expand Down

0 comments on commit a3c20b5

Please sign in to comment.