Chromium Code Reviews| Index: ppapi/cpp/logging.h |
| =================================================================== |
| --- ppapi/cpp/logging.h (revision 116675) |
| +++ ppapi/cpp/logging.h (working copy) |
| @@ -18,7 +18,7 @@ |
| /// This macro asserts false in debug builds. It's used in code paths that you |
| /// don't expect to execute. |
| /// |
| -/// <strong>Example:</code> |
| +/// <strong>Example:</strong> |
| /// |
| /// <code> |
| /// if (!pointer) { |