fix invalid markdown in shader docs (#1271)

This commit is contained in:
nickwilcox 2019-11-09 18:24:07 +11:00 committed by Austin Johnson
parent 1b2a39d3b0
commit 0320e75f97

View File

@ -135,7 +135,7 @@
//! to specify one or more standard include directories. Relative paths are relative to the
//! directory, which contains the source file the `#include "..."` directive is declared in.
//!
//! ## `define: [("NAME", "VALUE"), ...]
//! ## `define: [("NAME", "VALUE"), ...]`
//!
//! Adds the given macro definitions to the pre-processor. This is equivalent to passing `-DNAME=VALUE`
//! on the command line.