Skip to content

Commit

Permalink
Merge pull request pezy#175 from Luisfueg/patch-1
Browse files Browse the repository at this point in the history
Very small update
  • Loading branch information
pezy authored Oct 29, 2019
2 parents b24ea7b + fdf1140 commit 9aaadff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch18/ex18.1.2.3/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void exercise(int *b, int *e)
#include <stdexcept>
#include <memory>
#include <vector>
#include<fstream>
#include <fstream>
/**
* @brief The intArray class manage a dynamicly allocated int array.
* @note for ex18.3 approach 1.
Expand Down

0 comments on commit 9aaadff

Please sign in to comment.