Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
corbar committed Nov 23, 2024
2 parents b85d476 + cd775cd commit 71612f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/A-Introduction/compilation-and-execution.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: compilation-and-execution
title: Compliation and Execution
title: Compilation and Execution
sidebar_position: 3
description: TBD
---
Expand Down
2 changes: 1 addition & 1 deletion docs/C-Class-Relationships/class-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ As an alternative to specialization we could overload the function for the `cons
#include <iostream>
#include <cstring>
template <template T>
template <typename T>
T maximum(T a, T b)
{
std::cout << "in template body\n";
Expand Down

0 comments on commit 71612f9

Please sign in to comment.