소스 검색

Fixed markdown issue

Clemens-Alexander Brust 11 년 전
부모
커밋
f6d70dab4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/tutorial/doc/07_optimization.md

+ 1 - 1
core/tutorial/doc/07_optimization.md

@@ -12,7 +12,7 @@ This tutorial will show you how to implement your own, non-standard
 optimization problems in a way that is compatible with NICE.
 
 The sample problem is a simple one: find the minimum of the quadratic
-function _f(x)=ax^2+bx+c_.
+function _f(x)=ax^2 +bx+c_.
 The values are read from the command line.
 
 We start by implementing the problem as a subclass of