Skip to content

Commit adf6bfb

Browse files
authored
Merge pull request #5514 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents bc2e36f + b2fbe72 commit adf6bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/namespaces-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ namespace Contoso
229229
T Multiply(T a, T b);
230230
std::vector<double> Log(double);
231231
T Accumulate(std::vector<T> nums);
232-
};
232+
};
233233
}
234234
}
235235
```

0 commit comments

Comments
 (0)