Skip to content

Commit b602da5

Browse files
committed
Fix.
1 parent 881bcbb commit b602da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/slang/slang-doc-markdown-writer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ void DocMarkdownWriter::_appendRequirements(const Requirement& requirement)
977977
{
978978
m_builder->append("Available in stages: ");
979979
bool isFirst = true;
980-
for (auto stage : targetSet.second.shaderStageSets)
980+
for (auto& stage : targetSet.second.shaderStageSets)
981981
{
982982
if (!isFirst)
983983
{

0 commit comments

Comments
 (0)