Sam Jaffe 5 년 전
부모
커밋
43e42a781f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      include/math/matrix/forward.h

+ 2 - 2
include/math/matrix/forward.h

@@ -12,8 +12,8 @@ namespace math { namespace vector {
 
 namespace math { namespace matrix { namespace concat_strategy {
   struct {
-  } horizonal;
-  using horizontal_concat_t = decltype(horizonal);
+  } horizontal;
+  using horizontal_concat_t = decltype(horizontal);
   struct {
   } vertical;
   using vertical_concat_t = decltype(vertical);