Description

In Array.h, there are a few typos in comments.

In 4.9.2 and 4.10, the typos occur at line 2335 and 2359.

 *@param InIntem Item to be added.

In Main, the typos are located at lines 2471 and 2495.

Steps to Reproduce

1. Open the engine code in VS
2. Open Array.h
3. Navigate to lines 2335 and 2359 if in 4.9.2 or 4.10.1, or lines 2471 and 2495 if in Main.

Result: Notice the typo in this line:

 *@param InIntem Item to be added.

Expected: InIntem would be InItem instead.

Community References

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.9.24.104.12
Target Fix4.12
Fix Commit2815717
Main Commit2845588
CreatedDec 28, 2015
ResolvedJan 5, 2016
UpdatedFeb 5, 2017