1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Trim double full-stop in xmldoc

This commit is contained in:
Bartłomiej Dach 2020-11-30 19:43:20 +01:00
parent 51741c4791
commit 2c57deea2b

View File

@ -14,7 +14,7 @@ namespace osu.Game.Skinning
/// <summary> /// <summary>
/// Retrieves a <see cref="PoolableSkinnableSample"/> from a pool. /// Retrieves a <see cref="PoolableSkinnableSample"/> from a pool.
/// </summary> /// </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> /// <returns>The <see cref="PoolableSkinnableSample"/>.</returns>
[CanBeNull] [CanBeNull]
PoolableSkinnableSample GetPooledSample(ISampleInfo sampleInfo); PoolableSkinnableSample GetPooledSample(ISampleInfo sampleInfo);