diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ed8bb50f474..6fb42b27524 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -545,7 +545,7 @@ work:
  • Labels as Values: Getting pointers to labels and computed gotos.
  • Statement Exprs: Putting statements and declarations inside expressions.
  • Typeof: typeof: referring to the type of an expression.
  • -
  • Lvalues: Using ?:, "," and casts in lvalues.
  • +
  • Lvalues: Using ?:, "," and casts in lvalues.
  • Conditionals: Omitting the middle operand of a ?: expression.
  • Long Long: Double-word integers.
  • Complex: Data types for complex numbers.