# inconsistent-caption-period (FIG006) ## What it does Compares figure captions and reports when some captions end with a period and others do not. ## Why is this bad? Inconsistency looks poor. ## Example ```latex \caption{First result.} \caption{Second result} ```