Skip to content

Commit

Permalink
Correct a couple crefs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNathannator committed Apr 11, 2023
1 parent a9c8ae9 commit 1691fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Script/SongLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static string[] SongFolders {

/// <value>
/// A list of all of the playable songs.<br/>
/// You must call <see cref="CreateSongInfoFromFiles"/> first.
/// You must call <see cref="FetchAllSongs"/> first.
/// </value>
public static Dictionary<string, SongInfo>.ValueCollection Songs => SongsByHash.Values;

Expand All @@ -46,7 +46,7 @@ public static string[] SongFolders {

/// <value>
/// A list of all of the playable songs, where keys are hashes.<br/>
/// You must call <see cref="CreateSongInfoFromFiles"/> first.
/// You must call <see cref="FetchAllSongs"/> first.
/// </value>
public static Dictionary<string, SongInfo> SongsByHash {
get;
Expand Down

0 comments on commit 1691fb3

Please sign in to comment.