correct the duplicated code

This commit is contained in:
numbbbbb
2014-06-09 15:55:49 +08:00
parent 7c38a5ab70
commit a5ff8d0962
42 changed files with 90 additions and 90 deletions

View File

@ -46,7 +46,7 @@
<div class="book" data-level="2.11" data-basepath=".." data-revision="1402300340983">
<div class="book" data-level="2.11" data-basepath=".." data-revision="1402300498179">
<div class="book-header">
<!-- Actions Left -->
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
@ -587,7 +587,7 @@
<div class="page-inner">
<section class="normal" id="section-gitbook_84">
<section class="normal" id="section-gitbook_142">
<h1 id="-methods-">方法(Methods)</h1>
<p><strong>方法</strong>是与某些特定类型相关联的功能/函数。类、结构体、枚举都可以定义实例方法;实例方法为指定类型的实例封装了特定的任务与功能。类、结构体、枚举也可以定义类(型)方法(type itself)类型方法与类型自身相关联。类型方法与Objective-C中的类方法(class methods)相似。</p>