Skip to content

Commit

Permalink
colon, not semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Apr 21, 2018
1 parent c7cfa75 commit 5ee6333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions introduction/Formatting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Types
Complex Type
------------

``{mem;size@address}`` will print the ``size`` bytes starting at ``address`` in hex.
``{mem:size@address}`` will print the ``size`` bytes starting at ``address`` in hex.

``{winerror@code}`` will print the name of windows error code(returned with ``GetLastError()``) and the description of it(with ``FormatMessage``). It is similar to ErrLookup utility.

Expand All @@ -38,4 +38,4 @@ Examples
Plugins
-------

Plugins can use ``_plugin_registerformatfunction`` to register custom string formatting functions. The syntax is ``{type;arg1;arg2;argN@expression}`` where ``type`` is the name of the registered function, ``argN`` is any string (these are passed to the formatting function as arguments) and ``expression`` is any valid expression.
Plugins can use ``_plugin_registerformatfunction`` to register custom string formatting functions. The syntax is ``{type;arg1;arg2;argN@expression}`` where ``type`` is the name of the registered function, ``argN`` is any string (these are passed to the formatting function as arguments) and ``expression`` is any valid expression.

0 comments on commit 5ee6333

Please sign in to comment.