Skip to content

Commit 2e1921d

Browse files
committed
Fix comment
1 parent 02d25e1 commit 2e1921d

File tree

1 file changed

+1
-2
lines changed
  • libecole/include/ecole/observation

1 file changed

+1
-2
lines changed

libecole/include/ecole/observation/map.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
namespace ecole::observation {
1010

11-
template <typename T> void show(T&&);
12-
11+
/** Combine multiple observation into a map of observation. */
1312
template <typename Key, typename Function>
1413
class MapFunction : public ObservationFunction<std::map<Key, trait::observation_of_t<Function>>> {
1514
public:

0 commit comments

Comments
 (0)