mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Trim double full-stop in xmldoc
This commit is contained in:
parent
51741c4791
commit
2c57deea2b
@ -14,7 +14,7 @@ namespace osu.Game.Skinning
|
||||
/// <summary>
|
||||
/// Retrieves a <see cref="PoolableSkinnableSample"/> from a pool.
|
||||
/// </summary>
|
||||
/// <param name="sampleInfo">The <see cref="SampleInfo"/> describing the sample to retrieve..</param>
|
||||
/// <param name="sampleInfo">The <see cref="SampleInfo"/> describing the sample to retrieve.</param>
|
||||
/// <returns>The <see cref="PoolableSkinnableSample"/>.</returns>
|
||||
[CanBeNull]
|
||||
PoolableSkinnableSample GetPooledSample(ISampleInfo sampleInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user