浏览代码

[doc] remove git merge strings (#10134)

George Corney 4 年之前
父节点
当前提交
4a0a911c2d
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      std/eval/integers/UInt64.hx

+ 0 - 4
std/eval/integers/UInt64.hx

@@ -18,10 +18,6 @@ package eval.integers;
 
 	/**
 		Parse the given string value to an unsigned integer.
-<<<<<<< HEAD
-
-=======
->>>>>>> development
 		Throws if the given string is not a valid representation of an unsigned
 		integer.
 	**/