Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 266 Bytes

invalidLengthModifierError.md

File metadata and controls

11 lines (6 loc) · 266 Bytes

Pattern: Invalid length modifier

Issue: -

Description

I in format string is a length modifier and cannot be used without a conversion specifier.

Further Reading