Skip to content

Commit

Permalink
Commas are important
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Nov 30, 2020
1 parent 6df669a commit d391301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/FormattedMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function escapeStringValues(values) {
/**
* Return an array based off the passed formatting result where consecutive
* strings are placed into their own array so that a single HTML string,
* presumably an opening tag some value, and a closing tag, can be emitted in
* one go.
* presumably an opening tag, a placeholder value, and a closing tag, can be
* emitted in one go.
*
* @param {Array} formatParts
* @return {Array}
Expand Down

0 comments on commit d391301

Please sign in to comment.